summaryrefslogtreecommitdiff
path: root/t/compile_f_c_cxx.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 13:05:29 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 13:07:31 +0200
commitd25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0 (patch)
treeba36d0900395e4179abb5cc9b7e6c3f394a34a7c /t/compile_f_c_cxx.sh
parent78900b933039b7001443be126b63862430ec2648 (diff)
parentc2a52bf0e8e87b8f347ca22b9ab2da7613bc4336 (diff)
downloadautomake-d25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0.tar.gz
Merge branch 'simplify-exit-trap-workaround' into maint
* simplify-exit-trap-workaround: tests: simpler workaround for shells losing the exit status in exit trap + Extra non-trivial edits: * t/am-missing-prog.sh: Use 'exit, not 'Exit'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/compile_f_c_cxx.sh')
-rwxr-xr-xt/compile_f_c_cxx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/compile_f_c_cxx.sh b/t/compile_f_c_cxx.sh
index 99893d8c3..97f8d8476 100755
--- a/t/compile_f_c_cxx.sh
+++ b/t/compile_f_c_cxx.sh
@@ -18,7 +18,7 @@
# mixed source objects.
# Matthew D. Langston <langston@SLAC.Stanford.EDU>
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AC_PROG_CC