summarylogtreecommitdiffstats
path: root/routeconverter
diff options
context:
space:
mode:
Diffstat (limited to 'routeconverter')
-rw-r--r--routeconverter3
1 files changed, 1 insertions, 2 deletions
diff --git a/routeconverter b/routeconverter
index 402b3a18be1b..61f842f88293 100644
--- a/routeconverter
+++ b/routeconverter
@@ -6,5 +6,4 @@ java=`which java`
java_opts=""
jar="/usr/lib/routeconverter/RouteConverterLinux.jar"
-
-"$java" $java_opts -jar "$jar" $@
+archlinux-java-run --max 11 -- -jar "${jar}" $@