summaryrefslogtreecommitdiff
path: root/t/java-extra.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/java-extra.sh')
-rwxr-xr-xt/java-extra.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/java-extra.sh b/t/java-extra.sh
index f2fc76d31..d0c1c492e 100755
--- a/t/java-extra.sh
+++ b/t/java-extra.sh
@@ -20,7 +20,7 @@
# conditionals).
required=javac
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL([COND], [test x"$cond" = x"yes"])