diff -urNp docbook-utils-0.6.14-orig/bin/jw.in docbook-utils-0.6.14/bin/jw.in
old
|
new
|
SGML_CATALOGS_DIR="/etc/sgml" |
81 | 81 | if [ -f "$SGML_CONF" ] |
82 | 82 | then |
83 | 83 | RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*' |
84 | | SGML_BASE_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"` |
| 84 | SGML_BASE_DIR=`grep --color=never $RE $SGML_CONF | sed "s/$RE//"` |
85 | 85 | RE='^[:space:]*SGML_CATALOGS_DIR[:space:]*=[:space:]*' |
86 | | SGML_CATALOGS_DIR=`grep $RE $SGML_CONF | sed "s/$RE//"` |
| 86 | SGML_CATALOGS_DIR=`grep --color=never $RE $SGML_CONF | sed "s/$RE//"` |
87 | 87 | fi |
88 | 88 | |
89 | 89 | # Set frontend to use |