summaryrefslogtreecommitdiff
path: root/ghostscript-missquotes.patch
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2012-02-10 10:11:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitdf30ecb6d1628e0050f3cd61ef523f168ab37e01 (patch)
treeab773b5e0ca75793940016b9e875294c1d9736db /ghostscript-missquotes.patch
parent3517a6473db1a4414639937fa080cbbfa241a0ed (diff)
downloadghostscript-df30ecb6d1628e0050f3cd61ef523f168ab37e01.zip
ghostscript-df30ecb6d1628e0050f3cd61ef523f168ab37e01.tar.gz
Changed files: ghostscript-SEAC.patch -> 1.2 ghostscript-cups-filters.patch -> 1.2 ghostscript-cups-rgbw.patch -> 1.2 ghostscript-cups-sh.patch -> 1.3 ghostscript-git.patch -> 1.5 ghostscript-glyph-crash.patch -> 1.2 ghostscript-jbig2dec-nullderef.patch -> 1.2 ghostscript-missquotes.patch -> 1.12 ghostscript-pxl-landscape.patch -> 1.2 ghostscript.spec -> 1.217
Diffstat (limited to 'ghostscript-missquotes.patch')
-rw-r--r--ghostscript-missquotes.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/ghostscript-missquotes.patch b/ghostscript-missquotes.patch
index ad73941..6ce2bc8 100644
--- a/ghostscript-missquotes.patch
+++ b/ghostscript-missquotes.patch
@@ -58,14 +58,16 @@ diff -urN espgs-7.07.1rc2.org/lib/pfbtopfa espgs-7.07.1rc2/lib/pfbtopfa
--- 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 @@
+@@ -1390,9 +1390,9 @@
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=""
+ if echo $drivers |grep "," >/dev/null; then
+- THIS="`echo $drivers |sed -e 's/,.*//'`"
++ THIS=`echo $drivers |sed -e 's/,.*//'`
+ SEDCMD="s/$THIS,//"
+- drivers="`echo $drivers |sed -e $SEDCMD`"
++ drivers=`echo $drivers |sed -e $SEDCMD`
+ else
+ THIS=$drivers
+ drivers=""
+