packages: pldnotify.awk wget 1.13.3 returns exit status 3 for --help; allow...
arekm
arekm at pld-linux.org
Sun Sep 4 20:38:06 CEST 2011
Author: arekm Date: Sun Sep 4 18:38:06 2011 GMT
Module: packages Tag: HEAD
---- Log message:
wget 1.13.3 returns exit status 3 for --help; allow that
---- Files affected:
packages:
pldnotify.awk (1.99 -> 1.100)
---- Diffs:
================================================================
Index: packages/pldnotify.awk
diff -u packages/pldnotify.awk:1.99 packages/pldnotify.awk:1.100
--- packages/pldnotify.awk:1.99 Tue Jan 18 19:14:37 2011
+++ packages/pldnotify.awk Sun Sep 4 20:38:00 2011
@@ -655,7 +655,7 @@
# DEBUG = 1
errno=system("wget --help > /dev/null 2>&1")
- if (errno) {
+ if (errno && errno != 3) {
print "No wget installed!"
exit 1
}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pldnotify.awk?r1=1.99&r2=1.100&f=u
More information about the pld-cvs-commit
mailing list