diff options
Diffstat (limited to 't/libobj5.sh')
-rwxr-xr-x | t/libobj5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libobj5.sh b/t/libobj5.sh index 036ae561d..d8b7e2d1d 100755 --- a/t/libobj5.sh +++ b/t/libobj5.sh @@ -17,7 +17,7 @@ # Test to make sure AC_REPLACE_FUNCS works across lines. Report from # Jim Meyering. -. ./defs || Exit 1 +. ./defs || exit 1 cat > Makefile.am << 'END' bin_PROGRAMS = joe |