summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-04 21:32:02 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-04 21:32:02 +0200
commita56cc98f12b788221c6f749312a8bf4b71feca0f (patch)
treea3f24eb44a02f360dfa13f9906a8867bca501164 /scripts
parentd8ac62a9ec105c80163a025ad06a2d91bca8b753 (diff)
downloadvyos-live-build-a56cc98f12b788221c6f749312a8bf4b71feca0f.tar.gz
vyos-live-build-a56cc98f12b788221c6f749312a8bf4b71feca0f.zip
Removing -r from short options in lb_config (Closes: #636208).
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 621266036..597cfcf53 100755
--- a/scripts/build/lb_config
+++ b/scripts/build/lb_config
@@ -170,7 +170,7 @@ Local_arguments ()
help,ignore-system-defaults,quiet,usage,verbose,version"
# Remove spaces added by indentation
LONG_OPTIONS="$(echo ${LONG_OPTIONS} | tr -d ' ')"
- ARGUMENTS="$(getopt --longoptions ${LONG_OPTIONS} --name="${PROGRAM}" --options a:f:d:m:l:k:p:b:e:r:s:c:huv --shell sh -- "${@}")"
+ ARGUMENTS="$(getopt --longoptions ${LONG_OPTIONS} --name="${PROGRAM}" --options a:f:d:m:l:k:p:b:e:s:c:huv --shell sh -- "${@}")"
if [ "${?}" != "0" ]
then