]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed syntax error.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 21 Jul 2006 10:16:33 +0000 (10:16 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 21 Jul 2006 10:16:33 +0000 (10:16 +0000)
releasetools/docbook-build

index e32e5e822897cd9c579b0f0ff5d2394d3769b428..341e09a09125544e216036f8393f06930e931137 100755 (executable)
@@ -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 ;;