[SCM] live-build branch, debian-next, updated. debian/3.0_a61-1-5-gb7396ab

Daniel Baumann daniel at debian.org
Sun Sep 30 18:29:56 UTC 2012


The following commit has been merged in the debian-next branch:
commit b7396abd13eff98fb78ecea09f1b0c96e5be8146
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Sep 30 20:29:55 2012 +0200

    Avoiding warnings when checking for arguments in clean.

diff --git a/scripts/build/clean b/scripts/build/clean
index 4104e52..2d1ad40 100755
--- a/scripts/build/clean
+++ b/scripts/build/clean
@@ -46,7 +46,7 @@ fi
 
 rm -f .lock
 
-if [ -z "${@}" ]
+if [ -z "${1}" ]
 then
 	ARGUMENTS="--all"
 else

-- 
live-build



More information about the debian-live-changes mailing list