Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 827822
Collapse All | Expand All

(-)idea-community-2022.1/bin/idea.sh.orig (-1 / +1 lines)
Lines 53-59 Link Here
53
if [ -n "$IDEA_JDK" ] && [ -x "$IDEA_JDK/bin/java" ]; then
53
if [ -n "$IDEA_JDK" ] && [ -x "$IDEA_JDK/bin/java" ]; then
54
  JRE="$IDEA_JDK"
54
  JRE="$IDEA_JDK"
55
else
55
else
56
  JDK="/opt/openjdk-bin-11" && [[ -d "/opt/openjdk-11" ]] && JDK="/usr/lib64/openjdk-bin-11"
56
  JRE="/opt/openjdk-bin-11" && [[ -d "/opt/openjdk-11" ]] && JRE="/usr/lib64/openjdk-bin-11"
57
fi
57
fi
58
58
59
if [ -z "$JRE" ] && [ -s "${CONFIG_HOME}/JetBrains/IdeaIC2022.1/idea.jdk" ]; then
59
if [ -z "$JRE" ] && [ -s "${CONFIG_HOME}/JetBrains/IdeaIC2022.1/idea.jdk" ]; then

Return to bug 827822