SOURCES: a2ps-psset.patch (NEW) - fixes sed expression according to descrip...

draenog draenog at pld-linux.org
Mon Oct 20 03:55:07 CEST 2008


Author: draenog                      Date: Mon Oct 20 01:55:07 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes sed expression according to description in source 

---- Files affected:
SOURCES:
   a2ps-psset.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/a2ps-psset.patch
diff -u /dev/null SOURCES/a2ps-psset.patch:1.1
--- /dev/null	Mon Oct 20 03:55:07 2008
+++ SOURCES/a2ps-psset.patch	Mon Oct 20 03:55:01 2008
@@ -0,0 +1,11 @@
+--- a2ps-4.13/contrib/psset.in.psset	2006-10-06 13:12:03.000000000 +0100
++++ a2ps-4.13/contrib/psset.in	2006-10-06 13:12:09.000000000 +0100
+@@ -241,7 +241,7 @@
+ # spaces with a `\' too...
+ pspagedevicelen=`echo "$pspagedevice" | wc -l`
+ pspagedevice=`echo "$pspagedevice" | \
+- sed -e "$pspagedevicelen!s/\$/\\\\\\/;s/^/\\\\\\/"`
++ sed -e "$pspagedevicelen!s/\$/\\\\\\/;s/^ /\\\\\\ /"`
+ 
+ case $at in
+   0) # Insert last in the Setup, so that we win over other requests.
================================================================


More information about the pld-cvs-commit mailing list