From 72de345688dac452e3154aea9632cfd8302a1f19 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 8 Aug 2018 01:45:59 +0000 Subject: adelie-build-cd: Fix -f and -s eating arguments incorrectly --- adelie-build-cd | 2 -- 1 file changed, 2 deletions(-) diff --git a/adelie-build-cd b/adelie-build-cd index 301c020..1c6aa91 100755 --- a/adelie-build-cd +++ b/adelie-build-cd @@ -81,7 +81,6 @@ while [ -n "$1" ]; do exit ;; -f | --full) - shift declare -r DO_FULL=full ;; -p | --phase) @@ -89,7 +88,6 @@ while [ -n "$1" ]; do declare -r MY_PHASE=$1 ;; -s | --sign) - shift declare -r SIGN=yes ;; -v | --version) -- cgit v1.2.3-70-g09d2