diff options
Diffstat (limited to 't/libtoo10.sh')
-rwxr-xr-x | t/libtoo10.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/libtoo10.sh b/t/libtoo10.sh index 0218ef32c..d78886a20 100755 --- a/t/libtoo10.sh +++ b/t/libtoo10.sh @@ -18,7 +18,7 @@ # Report from Guillermo Ontañón. required='cc libtoolize' -. ./defs || Exit 1 +. ./defs || exit 1 cat >> configure.ac << 'END' AM_PROG_AR |