SOURCES: ghostscript-missquotes.patch - updated

arekm arekm at pld-linux.org
Mon Aug 6 21:36:16 CEST 2007


Author: arekm                        Date: Mon Aug  6 19:36:16 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   ghostscript-missquotes.patch (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SOURCES/ghostscript-missquotes.patch
diff -u SOURCES/ghostscript-missquotes.patch:1.10 SOURCES/ghostscript-missquotes.patch:1.11
--- SOURCES/ghostscript-missquotes.patch:1.10	Fri Aug  3 21:52:18 2007
+++ SOURCES/ghostscript-missquotes.patch	Mon Aug  6 21:36:11 2007
@@ -56,3 +56,16 @@
  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=""
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/ghostscript-missquotes.patch?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list