mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
* output brief usage when called without params
This commit is contained in:
parent
c93ec77f15
commit
43c2025ac2
@ -16,9 +16,13 @@
|
||||
# | Authors: Sascha Schumann <sascha@schumann.cx> |
|
||||
# +----------------------------------------------------------------------+
|
||||
#
|
||||
# $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 <srcdir> <mkdir_p> <bsdmakefile_p> <file>"
|
||||
fi
|
||||
|
||||
srcdir=$1
|
||||
shift
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user