summaryrefslogtreecommitdiff
path: root/t/java2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/java2.sh')
-rwxr-xr-xt/java2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/java2.sh b/t/java2.sh
index c0b9f957d..286fdd6b6 100755
--- a/t/java2.sh
+++ b/t/java2.sh
@@ -18,7 +18,7 @@
# no classes to compile.
# Report from Braden McDaniel.
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL(WITH_JDK, false)