aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-02-14 16:28:34 +0000
committerWerner Koch <[email protected]>2006-02-14 16:28:34 +0000
commitb121d029b5b23d36e15acfd32728a3af49ea6210 (patch)
treef4e5120f811d2e73f0b7dba9f8a2bb2fb78e2a6e /scripts/autogen.sh
parentFixed a wrong return code with gpg --verify (diff)
downloadgnupg-b121d029b5b23d36e15acfd32728a3af49ea6210.tar.gz
gnupg-b121d029b5b23d36e15acfd32728a3af49ea6210.zip
about to release 1.4.3rc1gnupg-1.4.3rc1
Diffstat (limited to '')
-rwxr-xr-xscripts/autogen.sh1
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