From: Michael Smith Date: Fri, 21 Jul 2006 10:16:33 +0000 (+0000) Subject: Fixed syntax error. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3da9d5b818e30f16f09522c2e467610a9496a1c4;p=docbook-dsssl Fixed syntax error. --- diff --git a/releasetools/docbook-build b/releasetools/docbook-build index e32e5e822..341e09a09 100755 --- a/releasetools/docbook-build +++ b/releasetools/docbook-build @@ -125,7 +125,7 @@ while getopts ":b:d:hl:p:rst:u:v:z:" opt; do p ) SITEBASE=$OPTARG ;; s ) UPLOAD="yes" ;; z ) TZ=$OPTARG - alias date="TZ=$TZ date" + alias date="TZ=$TZ date" ;; h ) printf "$usage" printf "$help" exit 0 ;;