SOURCES: ghostscript-esp-sh.patch (NEW) - fix ksh vs autoconf 2.60...
qboosh
qboosh at pld-linux.org
Mon Nov 20 21:18:37 CET 2006
Author: qboosh Date: Mon Nov 20 20:18:37 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- fix ksh vs autoconf 2.60 issue
---- Files affected:
SOURCES:
ghostscript-esp-sh.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ghostscript-esp-sh.patch
diff -u /dev/null SOURCES/ghostscript-esp-sh.patch:1.1
--- /dev/null Mon Nov 20 21:18:37 2006
+++ SOURCES/ghostscript-esp-sh.patch Mon Nov 20 21:18:32 2006
@@ -0,0 +1,11 @@
+--- espgs-8.15.3/src/configure.ac.orig 2006-08-26 02:48:07.000000000 +0200
++++ espgs-8.15.3/src/configure.ac 2006-11-20 20:03:15.736560000 +0100
+@@ -658,7 +658,7 @@
+ 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,//\"`"
++ drivers="$(echo $drivers |sed -e "s/$THIS,//")"
+ else
+ THIS=$drivers
+ drivers=""
================================================================
More information about the pld-cvs-commit
mailing list