diff options
Diffstat (limited to 't/strip3.sh')
-rwxr-xr-x | t/strip3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/strip3.sh b/t/strip3.sh index 897901610..543449dba 100755 --- a/t/strip3.sh +++ b/t/strip3.sh @@ -19,7 +19,7 @@ # test 'strip2.sh'. required='cc libtoolize strip' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |