diff options
Diffstat (limited to 't/lex-depend-cxx.sh')
-rwxr-xr-x | t/lex-depend-cxx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-depend-cxx.sh b/t/lex-depend-cxx.sh index ec592f7c6..15557a875 100755 --- a/t/lex-depend-cxx.sh +++ b/t/lex-depend-cxx.sh @@ -18,7 +18,7 @@ # Test synthesized from PR automake/6. required='c++ lex' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CXX |