diff options
Diffstat (limited to 't/subobj4.sh')
-rwxr-xr-x | t/subobj4.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj4.sh b/t/subobj4.sh index 975f8fbb8..4399eefc0 100755 --- a/t/subobj4.sh +++ b/t/subobj4.sh @@ -17,7 +17,7 @@ # Make sure '../foo/foo.cpp' generates a rule. # Report from Dave Brolley. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |