diff options
Diffstat (limited to 't/pluseq11.sh')
-rwxr-xr-x | t/pluseq11.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/pluseq11.sh b/t/pluseq11.sh index 4c0b8886c..5ee5d4f64 100755 --- a/t/pluseq11.sh +++ b/t/pluseq11.sh @@ -18,7 +18,7 @@ # is erroneously retained in the final value. # See also sister test pluseq11b.test. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<'END' AC_OUTPUT @@ -43,7 +43,7 @@ END $ACLOCAL $AUTOMAKE -grep '^ *FOO *=.*\\.' Makefile.in && Exit 1 +grep '^ *FOO *=.*\\.' Makefile.in && exit 1 $AUTOCONF ./configure |