diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-08 01:45:59 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-08-08 01:46:12 +0000 |
commit | 72de345688dac452e3154aea9632cfd8302a1f19 (patch) | |
tree | 27e341e7b2fc1828520f53aa09e11e4248caface | |
parent | d1a4557438f6f3440e584e6dc70253d60f57917d (diff) | |
download | image-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-x | adelie-build-cd | 2 |
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) |