SPECS: pldnotify.awk - support %20 in expansion

arekm arekm at pld-linux.org
Thu Oct 30 09:44:32 CET 2008


Author: arekm                        Date: Thu Oct 30 08:44:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- support %20 in expansion

---- Files affected:
SPECS:
   pldnotify.awk (1.64 -> 1.65) 

---- Diffs:

================================================================
Index: SPECS/pldnotify.awk
diff -u SPECS/pldnotify.awk:1.64 SPECS/pldnotify.awk:1.65
--- SPECS/pldnotify.awk:1.64	Mon Oct 27 09:58:17 2008
+++ SPECS/pldnotify.awk	Thu Oct 30 09:44:27 2008
@@ -435,6 +435,7 @@
 	}
 	FNAME=FILENAME
 	DEFS["_alt_kernel"]=""
+	DEFS["20"]="\\ "
 }
 
 /^[Uu][Rr][Ll]:/&&(URL=="") { URL=subst_defines($2,DEFS) ; DEFS["url"]=URL }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pldnotify.awk?r1=1.64&r2=1.65&f=u



More information about the pld-cvs-commit mailing list