diff options
Diffstat (limited to 'libre-testing/intellij-idea-community-edition/idea.sh')
-rw-r--r-- | libre-testing/intellij-idea-community-edition/idea.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libre-testing/intellij-idea-community-edition/idea.sh b/libre-testing/intellij-idea-community-edition/idea.sh new file mode 100644 index 000000000..a8de16950 --- /dev/null +++ b/libre-testing/intellij-idea-community-edition/idea.sh @@ -0,0 +1,5 @@ +#!/bin/sh +if [ -z "$IDEA_JDK" ] ; then + IDEA_JDK="/usr/lib/jvm/java-8-openjdk/" +fi +exec env IDEA_JDK=$IDEA_JDK /usr/share/intellijidea-ce/bin/idea.sh $@ |