summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jython/files')
-rw-r--r--dev-java/jython/files/jython10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-java/jython/files/jython b/dev-java/jython/files/jython
index 9667d38756b1..402f84dd67aa 100644
--- a/dev-java/jython/files/jython
+++ b/dev-java/jython/files/jython
@@ -1,7 +1,7 @@
#!/bin/sh
-###############################################################################
-#
-# This file generated by Jython installer
-# Created on XXX by root
-exec $(java-config --java) -Djava.library.path="$(java-config -i libreadline-java)" -Dpython.home="/usr/share/jython" -classpath "$(java-config --classpath=jython,libreadline-java 2>/dev/null):CLASSPATH" "org.python.util.jython" "$@"
+exec $(java-config --java) \
+ -Djava.library.path="$(java-config -i libreadline-java)" \
+ -Dpython.home="/usr/share/jython" \
+ -classpath "${CLASSPATH}:$(java-config --classpath=jython,libreadline-java 2>/dev/null)" \
+ "org.python.util.jython" "$@"