summaryrefslogtreecommitdiff
path: root/ghostscript-missquotes.patch
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2007-08-06 19:36:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit11a2a5e37d15650b2f64139c3809f56176a853d7 (patch)
tree72bd93d8818596ce27617026378d06bf1734a6a6 /ghostscript-missquotes.patch
parentd0535cb0eb9cc619e9c5ab5576508160b82a35ba (diff)
downloadghostscript-11a2a5e37d15650b2f64139c3809f56176a853d7.zip
ghostscript-11a2a5e37d15650b2f64139c3809f56176a853d7.tar.gz
Changed files: ghostscript-missquotes.patch -> 1.11
Diffstat (limited to 'ghostscript-missquotes.patch')
-rw-r--r--ghostscript-missquotes.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ghostscript-missquotes.patch b/ghostscript-missquotes.patch
index 24937b6..ad73941 100644
--- a/ghostscript-missquotes.patch
+++ b/ghostscript-missquotes.patch
@@ -56,3 +56,16 @@ diff -urN espgs-7.07.1rc2.org/lib/pfbtopfa espgs-7.07.1rc2/lib/pfbtopfa
then
outfile=`basename "$1" \.pfb`.pfa
+--- ghostscript/configure.ac~ 2007-08-06 21:11:16.000000000 +0200
++++ ghostscript/configure.ac 2007-08-06 21:15:25.337043110 +0200
+@@ -700,8 +700,8 @@
+
+ while test -n "$drivers"; do
+ if echo $drivers |grep "," >/dev/null; then
+- THIS="`echo $drivers |sed -e 's/,.*//'`"
+- drivers="`echo $drivers |sed -e \"s/$THIS,//\"`"
++ THIS=`echo $drivers |sed -e 's/,.*//'`
++ drivers=`echo $drivers |sed -e "s/$THIS,//"`
+ else
+ THIS=$drivers
+ drivers=""