diff options
Diffstat (limited to 't/insh2.sh')
-rwxr-xr-x | t/insh2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/insh2.sh b/t/insh2.sh index cd74f82a5..38bb46a9a 100755 --- a/t/insh2.sh +++ b/t/insh2.sh @@ -16,7 +16,7 @@ # Test for bug where install-sh not included in distribution. -. ./defs || Exit 1 +. ./defs || exit 1 echo AC_OUTPUT >> configure.ac |