diff options
Diffstat (limited to 't/subobj11c.sh')
-rwxr-xr-x | t/subobj11c.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj11c.sh b/t/subobj11c.sh index 9f59c5f6c..0b47c2eb9 100755 --- a/t/subobj11c.sh +++ b/t/subobj11c.sh @@ -19,7 +19,7 @@ # included makefile fragments (containing dependency info). # See also related tests 'subobj11a.test' and 'subobj11b.test'. -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |