diff options
Diffstat (limited to 't/lex-libobj.sh')
-rwxr-xr-x | t/lex-libobj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lex-libobj.sh b/t/lex-libobj.sh index 3f4b860db..9bd597ae4 100755 --- a/t/lex-libobj.sh +++ b/t/lex-libobj.sh @@ -18,7 +18,7 @@ # LIBOBJ machinery. required='cc lex' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |