diff options
Diffstat (limited to 't/makej2.sh')
-rwxr-xr-x | t/makej2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/makej2.sh b/t/makej2.sh index 2e5d55b94..c7d809e89 100755 --- a/t/makej2.sh +++ b/t/makej2.sh @@ -18,7 +18,7 @@ # without -B, it may reuse the same shell for separate commands in a # rule, which can lead to interesting results. -. ./defs || Exit 1 +. ./defs || exit 1 cat >>configure.ac <<'END' AC_OUTPUT |