* autogen/update_autogen: Remove useless function keyword.

This commit is contained in:
Andreas Schwab 2011-03-25 19:16:41 +01:00
parent 6b1f9ba477
commit 9ee0d17461
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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]