summaryrefslogtreecommitdiff
path: root/libre-testing/intellij-idea-community-edition/idea.sh
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-06-11 05:00:50 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-06-11 05:00:50 -0400
commit3c840f8d9f0fa6c490819161a234b35d6d5783e2 (patch)
tree161c07b05be5248cb65dcf897cd5b8d5c80ade95 /libre-testing/intellij-idea-community-edition/idea.sh
parentc2da6a9e5bbdd33788674f1a6220290f7a6d0a8c (diff)
downloadabslibre-3c840f8d9f0fa6c490819161a234b35d6d5783e2.tar.gz
abslibre-3c840f8d9f0fa6c490819161a234b35d6d5783e2.tar.bz2
abslibre-3c840f8d9f0fa6c490819161a234b35d6d5783e2.zip
add intellij-idea-community-edition - fails to build
Diffstat (limited to 'libre-testing/intellij-idea-community-edition/idea.sh')
-rw-r--r--libre-testing/intellij-idea-community-edition/idea.sh5
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 $@