diff options
Diffstat (limited to 't/libobj20b.sh')
-rwxr-xr-x | t/libobj20b.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libobj20b.sh b/t/libobj20b.sh index f8ca60019..a90df20b6 100755 --- a/t/libobj20b.sh +++ b/t/libobj20b.sh @@ -17,7 +17,7 @@ # Test error reporting for AC_CONFIG_LIBOBJ_DIR. # See also sister tests 'libobj20a.test' and 'libobj20c.test' . -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_CONFIG_LIBOBJ_DIR([libobj-dir]) |