* autogen/update_autogen: Remove useless function keyword.
This commit is contained in:
parent
6b1f9ba477
commit
9ee0d17461
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-03-25 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* autogen/update_autogen: Remove useless function keyword.
|
||||
|
||||
2011-03-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* config.bat: Generate src/config.h and lib/Makefile from
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
### Code:
|
||||
|
||||
function die () # write error to stderr and exit
|
||||
die () # write error to stderr and exit
|
||||
{
|
||||
[ $# -gt 0 ] && echo "$PN: $@" >&2
|
||||
exit 1
|
||||
|
@ -45,7 +45,7 @@ cd ../
|
|||
[ -d autogen ] || die "Could not locate autogen directory"
|
||||
|
||||
|
||||
function usage ()
|
||||
usage ()
|
||||
{
|
||||
cat 1>&2 <<EOF
|
||||
Usage: ${PN} [-f] [-c] [-q]
|
||||
|
|
Loading…
Add table
Reference in a new issue