[SCM] live-build branch, debian, updated. debian/3.0_a60-1-10-gf735d98

Daniel Baumann daniel at debian.org
Sun Sep 30 07:47:32 UTC 2012


The following commit has been merged in the debian branch:
commit 68331c3f970e0d613dcd3d05460cce29676c4848
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Sep 29 15:42:38 2012 +0200

    Correcting 'not-enough-arguments' check in Packages grep-aptavail helper.

diff --git a/share/bin/Packages b/share/bin/Packages
index 33d94ff..a839e9a 100755
--- a/share/bin/Packages
+++ b/share/bin/Packages
@@ -17,7 +17,7 @@ then
 	exit 1
 fi
 
-if [ -z "${@}" ]
+if [ -z "${2}" ]
 then
 	echo "Usage: $(basename ${0}) FIELD VALUE"
 

-- 
live-build



More information about the debian-live-changes mailing list