diff options
author | Daniel Baumann <daniel@debian.org> | 2011-08-04 21:32:02 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-08-04 21:32:02 +0200 |
commit | a56cc98f12b788221c6f749312a8bf4b71feca0f (patch) | |
tree | a3f24eb44a02f360dfa13f9906a8867bca501164 /scripts | |
parent | d8ac62a9ec105c80163a025ad06a2d91bca8b753 (diff) | |
download | vyos-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-x | scripts/build/lb_config | 2 |
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 |