aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/dotr1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/dotr b/bin/dotr
index 90d2825e6..a3870ac7a 100755
--- a/bin/dotr
+++ b/bin/dotr
@@ -23,6 +23,7 @@ function runMain {
if [ "$jbin" == "" ]; then
echo "java bin not detected - please specify with \$JAVA_BIN or install java to a default location"
+ exit 1
else
eval "$jbin $CLASS_PATH $@"
fi