diff options
author | Werner Koch <[email protected]> | 2006-02-14 16:28:34 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-02-14 16:28:34 +0000 |
commit | b121d029b5b23d36e15acfd32728a3af49ea6210 (patch) | |
tree | f4e5120f811d2e73f0b7dba9f8a2bb2fb78e2a6e /scripts/autogen.sh | |
parent | Fixed a wrong return code with gpg --verify (diff) | |
download | gnupg-b121d029b5b23d36e15acfd32728a3af49ea6210.tar.gz gnupg-b121d029b5b23d36e15acfd32728a3af49ea6210.zip |
about to release 1.4.3rc1gnupg-1.4.3rc1
Diffstat (limited to '')
-rwxr-xr-x | scripts/autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 74df2b236..f132ce335 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -99,6 +99,7 @@ if test "$1" = "--build-w32"; then $tsdir/configure ${conf_CC} --build=${build} --host=${host} \ ${disable_foo_tests} $* + exit $? fi |