bootstrap.ci: cleanup - remove unused code & options

This commit is contained in:
Peter Marschall 2018-05-19 08:34:53 +02:00 committed by Frank Morgner
parent 8b3e53c730
commit 4cbdf53b8b
1 changed files with 1 additions and 5 deletions

View File

@ -10,16 +10,12 @@ OPTIONS:
-h Show this message -h Show this message
-s Package suffix -s Package suffix
-S Use package suffix as 'g' appended with the date of last commit -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 EOF
} }
SUFFIX= SUFFIX=
VERBOSE= while getopts “:hs:S” OPTION
KEEPVERSION=
while getopts “:hs:SK” OPTION
do do
case $OPTION in case $OPTION in
h) h)