From 46ba12a915e4c69a2cc877a796e82c758948c258 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 3 Aug 2009 11:32:17 -0700 Subject: [PATCH] Fix build usage report and STYLESHEET variable --- tools/build/build44 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/build/build44 b/tools/build/build44 index a08bcbdb1..1a3c59d31 100755 --- a/tools/build/build44 +++ b/tools/build/build44 @@ -47,7 +47,6 @@ # XSL Stylesheet to use for XML->HTML conversion # STYLESHEET=/usr/share/xml/docbook/stylesheet/nwalsh/current/xhtml/docbook.xsl -STYLESHEET=/usr/share/docbook-xsl/xhtml/docbook.xsl # # Directory where the build log will be placed. The log has the name # shorewall_build_.log @@ -196,7 +195,7 @@ do_buildanrpm() { usage() { - echo "usage: $(basename $0) [ -trhxlcpsS] [ ]" + echo "usage: $(basename $0) [ -trhxcl6L] [ ]" exit 2 }