public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-text/docbook-sgml-utils/files: docbook-sgml-utils-0.6.14-grep-2.7.patch
@ 2010-10-03 17:54 99% Michael Weber (xmw)
  0 siblings, 0 replies; 1+ results
From: Michael Weber (xmw) @ 2010-10-03 17:54 UTC (permalink / raw
  To: gentoo-commits

xmw         10/10/03 17:54:57

  Added:                docbook-sgml-utils-0.6.14-grep-2.7.patch
  Log:
  fix bug 338853
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/docbook-sgml-utils/files/docbook-sgml-utils-0.6.14-grep-2.7.patch?rev=1.1&content-type=text/plain

Index: docbook-sgml-utils-0.6.14-grep-2.7.patch
===================================================================
Fix wrong charakter classes no longer missinterpreted by grep-2.7
Michael Weber <xmw@gentoo.org>

--- 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
 






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-10-03 17:54 99% [gentoo-commits] gentoo-x86 commit in app-text/docbook-sgml-utils/files: docbook-sgml-utils-0.6.14-grep-2.7.patch Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox