Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-45287] Adapt the Java not found error message
  • Loading branch information
Raul Arabaolaza committed Jul 11, 2017
1 parent df59db8 commit 3971d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/build/debian/jenkins.init
Expand Up @@ -49,7 +49,7 @@ fi
# Make sure there exists a java executable, it may not be allways the case
if [ -z "$JAVA" ]; then
echo "ERROR: No Java executable found in current PATH: $PATH" >&2
echo "If you actually have java installed on the system make sure the executable is in the aforementioned path and that 'which java' returns the java executable path" >&2
echo "If you actually have java installed on the system make sure the executable is in the aforementioned path and that 'type -p java' returns the java executable path" >&2
exit 1
fi

Expand Down

0 comments on commit 3971d30

Please sign in to comment.