summaryrefslogtreecommitdiff
path: root/t/java3.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/java3.sh')
-rwxr-xr-xt/java3.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/java3.sh b/t/java3.sh
index 356d0c200..a4652fd55 100755
--- a/t/java3.sh
+++ b/t/java3.sh
@@ -18,7 +18,7 @@
# *.java files when there are none.
# Report from Johannes Nicolai (PR/441).
-. ./defs || Exit 1
+. ./defs || exit 1
cat >> configure.ac << 'END'
AM_CONDITIONAL([WHO_CARES], [false])
@@ -46,7 +46,7 @@ $AUTOMAKE
$MAKE
$MAKE install
ls -l .
-find . -name '*.class' | grep . && Exit 1
+find . -name '*.class' | grep . && exit 1
# If we have nothing to install, we shouldn't create any installation
# directory. Related to automake bug#11030.
test ! -d _inst