Attached is the patch. It wouldn't attach from the terminal for some reason.
diff --git a/functions b/functions
index 1924e89..f5de832 100644
--- a/functions
+++ b/functions
@@ -1673,7 +1673,7 @@ while (read STDIN, $x, 1) {
 }' "$@"
 		elif [ "$1" = "GETDEPS" ]; then
 			local pkgdest="$2"; shift; shift
-LC_ALL=C grep "$gropt" '^$|^Package:|^Depends:|^Pre-Depends:'  $pkgdest | perl -e '
+LC_ALL=C grep "$gropt" '^$|^Package:|^Depends:|^Pre-Depends:' "${pkgdest}" | perl -e '
 %seen = map { $_ => 1 } @ARGV;
 while (<STDIN>) {
 	if (/^Package: (.*)$/) {

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature



Reply via email to