diff options
Diffstat (limited to 't/subobj6.sh')
-rwxr-xr-x | t/subobj6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/subobj6.sh b/t/subobj6.sh index 2f902f20a..cf265f761 100755 --- a/t/subobj6.sh +++ b/t/subobj6.sh @@ -18,7 +18,7 @@ # From Robert Collins. required=cc -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AM_PROG_CC_C_O |