diff options
Diffstat (limited to 't/subobj8.sh')
-rwxr-xr-x | t/subobj8.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj8.sh b/t/subobj8.sh index 35b566f50..58b1e41f3 100755 --- a/t/subobj8.sh +++ b/t/subobj8.sh @@ -16,7 +16,7 @@ # Make sure 'compile' is included when subdir-objects is used in a subdir. -. ./defs || Exit 1 +. ./defs || exit 1 cat > configure.ac << END AC_INIT([$me], [1.0]) |