diff options
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 |