Remove superfluous semicolon

Having this extra semicolon here confuses automatic indentation.
This commit is contained in:
Travis Cross 2016-05-10 21:50:41 +00:00
parent 9dbe81b50f
commit 3fca86c81f
1 changed files with 1 additions and 1 deletions

2
debian/util.sh vendored
View File

@ -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