diff options
Diffstat (limited to 't/suffix5.sh')
-rwxr-xr-x | t/suffix5.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/suffix5.sh b/t/suffix5.sh index 8608a86b5..fec51e929 100755 --- a/t/suffix5.sh +++ b/t/suffix5.sh @@ -19,7 +19,7 @@ # Based on a report from Arkadiusz Miskiewicz <misiek@pld.ORG.PL>. required='cc libtool' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_SUBST([LINK], [:]) |