[SCM] live-build branch, debian, updated. debian/3.0_a62-1

Daniel Baumann daniel at debian.org
Mon Oct 1 03:06:04 UTC 2012


The following commit has been merged in the debian 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