diff options
Diffstat (limited to 't/posixsubst-ltlibraries.sh')
-rwxr-xr-x | t/posixsubst-ltlibraries.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/posixsubst-ltlibraries.sh b/t/posixsubst-ltlibraries.sh index 54958145c..fdf858e07 100755 --- a/t/posixsubst-ltlibraries.sh +++ b/t/posixsubst-ltlibraries.sh @@ -19,7 +19,7 @@ # Keep this in sync with sister test 'posixsubst-libraries.test'. required='cc libtool libtoolize' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AC_PROG_CC |