mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 00:41:41 +00:00
Remove superfluous semicolon
Having this extra semicolon here confuses automatic indentation.
This commit is contained in:
parent
9dbe81b50f
commit
3fca86c81f
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -199,7 +199,7 @@ create_dsc () {
|
|||||||
m) modules_list="$OPTARG";;
|
m) modules_list="$OPTARG";;
|
||||||
p) modules_add="$modules_add $OPTARG";;
|
p) modules_add="$modules_add $OPTARG";;
|
||||||
s) speed="$OPTARG";;
|
s) speed="$OPTARG";;
|
||||||
u) suite_postfix="$OPTARG"; suite_postfix_p=true; ;;
|
u) suite_postfix="$OPTARG"; suite_postfix_p=true;;
|
||||||
z) zl="$OPTARG";;
|
z) zl="$OPTARG";;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user