]> git.pld-linux.org Git - packages/docbook-utils.git/commitdiff
- fix wrong charakter classes no longer missinterpreted by grep-2.7 auto/th/docbook-utils-0_6_14-5
authorlisu <lisu@pld-linux.org>
Mon, 4 Oct 2010 13:32:55 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    docbook-utils-grep-2.7.patch -> 1.1

docbook-utils-grep-2.7.patch [new file with mode: 0644]

diff --git a/docbook-utils-grep-2.7.patch b/docbook-utils-grep-2.7.patch
new file mode 100644 (file)
index 0000000..008b38d
--- /dev/null
@@ -0,0 +1,14 @@
+--- docbook-utils-0.6.14/bin/jw.in
++++ docbook-utils-0.6.14/bin/jw.in
+@@ -80,9 +80,9 @@
+ SGML_CATALOGS_DIR="/etc/sgml"
+ if [ -f "$SGML_CONF" ]
+ then
+-  RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*'
++  RE='^[[:space:]]*SGML_BASE_DIR[[:space:]]*=[[:space:]]*'
+   SGML_BASE_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"`
+-  RE='^[:space:]*SGML_CATALOGS_DIR[:space:]*=[:space:]*'
++  RE='^[[:space:]]*SGML_CATALOGS_DIR[[:space:]]*=[[:space:]]*'
+   SGML_CATALOGS_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"`
+ fi
+
This page took 0.03458 seconds and 4 git commands to generate.