[SCM] live-build branch, debian, updated. debian/3.0_a25-1-57-g6167d10

Daniel Baumann daniel at debian.org
Thu Aug 4 19:53:20 UTC 2011


The following commit has been merged in the debian branch:
commit a56cc98f12b788221c6f749312a8bf4b71feca0f
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Aug 4 21:32:02 2011 +0200

    Removing -r from short options in lb_config (Closes: #636208).

diff --git a/scripts/build/lb_config b/scripts/build/lb_config
index 6212660..597cfcf 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

-- 
live-build



More information about the debian-live-changes mailing list