diff options
Diffstat (limited to 't/library3.sh')
-rwxr-xr-x | t/library3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/library3.sh b/t/library3.sh index daf96b922..308e74836 100755 --- a/t/library3.sh +++ b/t/library3.sh @@ -16,7 +16,7 @@ # Make sure Automake simplify conditions in diagnostics. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<EOF AC_PROG_CC |