projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd45e3f
)
Update comment.
author
Bruno Haible
<bruno@clisp.org>
Sat, 20 Sep 2008 12:42:41 +0000
(14:42 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 20 Sep 2008 12:42:41 +0000
(14:42 +0200)
ChangeLog
patch
|
blob
|
history
gnulib-tool
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 13a3f544d92bd17e0fbd2554d7517eb62726d676..8580810106e9cc615bd2d649e8cd77f4bd6c3ee4 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2008-09-18 Bruno Haible <bruno@clisp.org>
+
+ * gnulib-tool (func_exit): Update comment.
+
2008-09-18 Simon Josefsson <simon@josefsson.org>
* modules/getaddrinfo (Depends-on): Remove strdup, this module
diff --git
a/gnulib-tool
b/gnulib-tool
index 8c621c3f1ff964e083aeb7ff38c4bea3e6b8c6ab..58accbad48d88feb581d29c62b700d9689a4c888 100755
(executable)
--- a/
gnulib-tool
+++ b/
gnulib-tool
@@
-262,7
+262,9
@@
func_emit_copyright_notice ()
}
# func_exit STATUS
-# exit with status
+# exits with a given status.
+# This function needs to be used, rather than 'exit', when a 'trap' handler is
+# in effect that refers to $?.
func_exit ()
{
(exit $1); exit $1