Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9ee0d174
Commit
9ee0d174
authored
Mar 25, 2011
by
Andreas Schwab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* autogen/update_autogen: Remove useless function keyword.
parent
6b1f9ba4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ChangeLog
ChangeLog
+4
-0
autogen/update_autogen
autogen/update_autogen
+2
-2
No files found.
ChangeLog
View file @
9ee0d174
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
...
...
autogen/update_autogen
View file @
9ee0d174
...
...
@@ -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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment