From 4cbdf53b8bc56f54de0da1c9a3819393a7d982e2 Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Sat, 19 May 2018 08:34:53 +0200 Subject: [PATCH] bootstrap.ci: cleanup - remove unused code & options --- bootstrap.ci | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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)