This is the mail archive of the docbook-tools-discuss@sources.redhat.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

frontends/docbook.in patch


Hello,

I found a bug in frontends/docbook.in when processing
"DocBook PNG Variant V1.1" documents.

--- frontends/docbook.in.orig	Fri Nov  1 21:21:11 2002
+++ frontends/docbook.in	Fri Nov  1 22:02:19 2002
@@ -25,7 +25,7 @@
 	    break
 	  fi
 	done
-	if [ -z "SGML_CATALOG" ]
+	if [ -z "$SGML_CATALOG" ]
 	then
 	  if [ "${SGML_XML}" != "sgml" ]
 	  then SGML_CATALOG=${SGML_CATALOGS_DIR}/${SGML_XML}-docbook.cat

Regards,

-- 
Masanori Kobayasi


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]