diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-28 13:05:29 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-06-28 13:07:31 +0200 |
commit | d25fac43a7c239fe8f56b2ce1b87ef3e3d4d7ef0 (patch) | |
tree | ba36d0900395e4179abb5cc9b7e6c3f394a34a7c /t/lex-depend-grep.sh | |
parent | 78900b933039b7001443be126b63862430ec2648 (diff) | |
parent | c2a52bf0e8e87b8f347ca22b9ab2da7613bc4336 (diff) | |
download | automake-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/lex-depend-grep.sh')
-rwxr-xr-x | t/lex-depend-grep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-depend-grep.sh b/t/lex-depend-grep.sh index 0fe32ed0c..4011b8041 100755 --- a/t/lex-depend-grep.sh +++ b/t/lex-depend-grep.sh @@ -18,7 +18,7 @@ # in obvious ways. See PR automake/6, and related semantic tests # 'lex-depend.test' and 'lex-depend-cxx.test'. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |