diff --git a/bootstrap.ci b/bootstrap.ci index 93d53b7a..162282d0 100755 --- a/bootstrap.ci +++ b/bootstrap.ci @@ -10,16 +10,12 @@ OPTIONS: -h Show this message -s Package suffix -S Use package suffix as 'g' appended with the date of last commit - -b Package branch - -B Use package branch as current Git branch EOF } SUFFIX= -VERBOSE= -KEEPVERSION= -while getopts “:hs:SK” OPTION +while getopts “:hs:S” OPTION do case $OPTION in h)