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