From: Travis Cross Date: Tue, 8 May 2012 13:58:44 +0000 (+0000) Subject: ci/debian: synchronize codename flag X-Git-Tag: v1.2-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca2ed72b8fec56c43ce0cfee4cd98c98e37383c;p=thirdparty%2Ffreeswitch.git ci/debian: synchronize codename flag --- diff --git a/debian/bootstrap.sh b/debian/bootstrap.sh index 16848e3ddd..242e2cb9c4 100755 --- a/debian/bootstrap.sh +++ b/debian/bootstrap.sh @@ -792,9 +792,9 @@ genmodctl_mod () { } codename="sid" -while getopts "r:" o; do +while getopts "c:" o; do case "$o" in - r) codename="$OPTARG" ;; + c) codename="$OPTARG" ;; esac done shift $(($OPTIND-1))