]> git.pld-linux.org Git - packages/a2ps.git/commitdiff
- fixes sed expression according to description in source
authorKacper Kornet <draenog@pld-linux.org>
Mon, 20 Oct 2008 01:55:01 +0000 (01:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    a2ps-psset.patch -> 1.1

a2ps-psset.patch [new file with mode: 0644]

diff --git a/a2ps-psset.patch b/a2ps-psset.patch
new file mode 100644 (file)
index 0000000..5197237
--- /dev/null
@@ -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.
This page took 0.176087 seconds and 4 git commands to generate.