[SCM] live-build branch, debian-next, updated. debian/3.0_a60-1-1-g68331c3

Daniel Baumann daniel at debian.org
Sat Sep 29 13:42:39 UTC 2012


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