You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$(exportGameJava "$PZ_HOME")"!= 0 ];then
JAVA_CMD="java"
which java >/dev/null 2>&1||echo -e "\nERROR: JAVA_HOME is not set and no 'java' command" \
"could be found in your PATH.\nPlease set the JAVA_HOME variable in your environment" \
"to match the location of your Java installation.\n"exit 1
fi
The text was updated successfully, but these errors were encountered:
This line of code always leads to an exit:
The text was updated successfully, but these errors were encountered: