aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2011-03-25 19:16:41 +0100
committerAndreas Schwab2011-03-25 19:16:41 +0100
commit9ee0d174617ef235d5ec8d8d2393bfdce0a04d15 (patch)
tree31d0d993d9acf38e295b0280610ab99b26965f23
parent6b1f9ba4770e8f488c378cfa87dc868cad62c436 (diff)
downloademacs-9ee0d174617ef235d5ec8d8d2393bfdce0a04d15.tar.gz
emacs-9ee0d174617ef235d5ec8d8d2393bfdce0a04d15.zip
* autogen/update_autogen: Remove useless function keyword.
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen/update_autogen4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a31e4015fc..d962373a4d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12011-03-25 Andreas Schwab <schwab@linux-m68k.org>
2
3 * autogen/update_autogen: Remove useless function keyword.
4
12011-03-25 Eli Zaretskii <eliz@gnu.org> 52011-03-25 Eli Zaretskii <eliz@gnu.org>
2 6
3 * config.bat: Generate src/config.h and lib/Makefile from 7 * config.bat: Generate src/config.h and lib/Makefile from
diff --git a/autogen/update_autogen b/autogen/update_autogen
index 795d5295939..d8b451c370b 100755
--- a/autogen/update_autogen
+++ b/autogen/update_autogen
@@ -28,7 +28,7 @@
28 28
29### Code: 29### Code:
30 30
31function die () # write error to stderr and exit 31die () # write error to stderr and exit
32{ 32{
33 [ $# -gt 0 ] && echo "$PN: $@" >&2 33 [ $# -gt 0 ] && echo "$PN: $@" >&2
34 exit 1 34 exit 1
@@ -45,7 +45,7 @@ cd ../
45[ -d autogen ] || die "Could not locate autogen directory" 45[ -d autogen ] || die "Could not locate autogen directory"
46 46
47 47
48function usage () 48usage ()
49{ 49{
50 cat 1>&2 <<EOF 50 cat 1>&2 <<EOF
51Usage: ${PN} [-f] [-c] [-q] 51Usage: ${PN} [-f] [-c] [-q]