diff options
Diffstat (limited to 't/libobj13.sh')
-rwxr-xr-x | t/libobj13.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libobj13.sh b/t/libobj13.sh index ef63d8b0d..360ff5d2b 100755 --- a/t/libobj13.sh +++ b/t/libobj13.sh @@ -18,7 +18,7 @@ # (Like libobj12.test, but for Libtool libraries.) required='libtoolize' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |