From: Stig Bakken Date: Tue, 28 Aug 2001 12:15:01 +0000 (+0000) Subject: * output brief usage when called without params X-Git-Tag: PRE_SUBST_Z_MACROS~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43c2025ac2dab0746e61f41d0c03a431c9f27cac;p=php * output brief usage when called without params --- diff --git a/build/fastgen.sh b/build/fastgen.sh index b9742a9dfe..e641bb6860 100755 --- a/build/fastgen.sh +++ b/build/fastgen.sh @@ -16,9 +16,13 @@ # | Authors: Sascha Schumann | # +----------------------------------------------------------------------+ # -# $Id: fastgen.sh,v 1.10 2001-05-20 22:04:23 sas Exp $ +# $Id: fastgen.sh,v 1.11 2001-08-28 12:15:01 ssb Exp $ # +if test "$#" = "0"; then + echo "Usage: fastgen.sh " +fi + srcdir=$1 shift