diff options
Diffstat (limited to 't/strip2.sh')
-rwxr-xr-x | t/strip2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/strip2.sh b/t/strip2.sh index 9c43496f7..2397545d4 100755 --- a/t/strip2.sh +++ b/t/strip2.sh @@ -18,7 +18,7 @@ # This test needs GNU binutils strip. See sister test 'strip3.sh'. required='cc strip' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |