summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-08 01:45:59 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-08 01:46:12 +0000
commit72de345688dac452e3154aea9632cfd8302a1f19 (patch)
tree27e341e7b2fc1828520f53aa09e11e4248caface
parentd1a4557438f6f3440e584e6dc70253d60f57917d (diff)
downloadimage-72de345688dac452e3154aea9632cfd8302a1f19.tar.gz
image-72de345688dac452e3154aea9632cfd8302a1f19.tar.bz2
image-72de345688dac452e3154aea9632cfd8302a1f19.tar.xz
image-72de345688dac452e3154aea9632cfd8302a1f19.zip
adelie-build-cd: Fix -f and -s eating arguments incorrectly
-rwxr-xr-xadelie-build-cd2
1 files changed, 0 insertions, 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)