Author: glen                         Date: Thu Apr 27 16:37:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill excess quoting

---- Files affected:
SPECS:
   builder (1.426 -> 1.427) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.426 SPECS/builder:1.427
--- SPECS/builder:1.426 Thu Apr 27 18:35:33 2006
+++ SPECS/builder       Thu Apr 27 18:37:09 2006
@@ -142,9 +142,9 @@
        GETURI2="$GETURI"
        OUTFILEOPT="-o"
 else
-       wget --help 2>&1 | grep -q ' \-\-no-check\-certificate ' && 
WGET_OPTS="$WGET_OPTS --no-check-certificate"
-       wget --help 2>&1 | grep -q ' \-\-inet ' && WGET_OPTS="$WGET_OPTS --inet"
-       wget --help 2>&1 | grep -q ' \-\-retry\-connrefused ' && 
WGET_OPTS="$WGET_OPTS --retry-connrefused"
+       wget --help 2>&1 | grep -q -- ' --no-check-certificate ' && 
WGET_OPTS="$WGET_OPTS --no-check-certificate"
+       wget --help 2>&1 | grep -q -- ' --inet ' && WGET_OPTS="$WGET_OPTS 
--inet"
+       wget --help 2>&1 | grep -q -- ' --retry-connrefused ' && 
WGET_OPTS="$WGET_OPTS --retry-connrefused"
 
        GETURI="wget --passive-ftp -c -nd -t$WGET_RETRIES $WGET_OPTS"
        GETURI2="wget -c -nd -t$WGET_RETRIES $WGET_OPTS"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.426&r2=1.427&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to