mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +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";;
|
||||
p) modules_add="$modules_add $OPTARG";;
|
||||
s) speed="$OPTARG";;
|
||||
u) suite_postfix="$OPTARG"; suite_postfix_p=true; ;;
|
||||
u) suite_postfix="$OPTARG"; suite_postfix_p=true;;
|
||||
z) zl="$OPTARG";;
|
||||
esac
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user