summaryrefslogtreecommitdiff
path: root/devel/pycharm/files/pycharm.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pycharm/files/pycharm.in')
-rw-r--r--devel/pycharm/files/pycharm.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/pycharm/files/pycharm.in b/devel/pycharm/files/pycharm.in
new file mode 100644
index 000000000000..f7c75269e99c
--- /dev/null
+++ b/devel/pycharm/files/pycharm.in
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Wrapper to enforce usable Java versions
+#
+export JAVA_VERSION=%%JAVA_VERSION%%
+exec "%%DATADIR%%/bin/pycharm.sh" "$@"