diff options
Diffstat (limited to 't/cxxlibobj.sh')
-rwxr-xr-x | t/cxxlibobj.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cxxlibobj.sh b/t/cxxlibobj.sh index 6f4ce2ea1..b6d023146 100755 --- a/t/cxxlibobj.sh +++ b/t/cxxlibobj.sh @@ -16,7 +16,7 @@ # Test to make sure LIBOBJS and C++ sources work right. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CXX |