diff options
Diffstat (limited to 't/discover.sh')
-rwxr-xr-x | t/discover.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/discover.sh b/t/discover.sh index 7a01dc74d..4ecf2effc 100755 --- a/t/discover.sh +++ b/t/discover.sh @@ -16,7 +16,7 @@ # Test to make sure LIBOBJS file cannot be mentioned explicitly. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_RANLIB |