summaryrefslogtreecommitdiff
path: root/sysutils/jvmtop/files/jvmtop.sh.in
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2019-11-26 21:46:12 +0000
commit5a52a082347653e46a7330eb60d51230c01183ef (patch)
tree175d5bf406b7321a3c965d241cd3f2b32e2c8ca1 /sysutils/jvmtop/files/jvmtop.sh.in
parentnews/tin: take maintainer (diff)
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
Diffstat (limited to 'sysutils/jvmtop/files/jvmtop.sh.in')
-rw-r--r--sysutils/jvmtop/files/jvmtop.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/jvmtop/files/jvmtop.sh.in b/sysutils/jvmtop/files/jvmtop.sh.in
index e9d3e73ef67b..051325f27c3f 100644
--- a/sysutils/jvmtop/files/jvmtop.sh.in
+++ b/sysutils/jvmtop/files/jvmtop.sh.in
@@ -1,3 +1,3 @@
#!/bin/sh
-JAVA_VERSION="%%JAVA_VERSION%%" "%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jvmtop.jar:%%JAVA_HOME%%/lib/tools.jar" com.jvmtop.JvmTop $1
+"%%LOCALBASE%%/bin/java" -cp "%%JAVAJARDIR%%/jvmtop.jar:%%JAVA_HOME%%/lib/tools.jar" com.jvmtop.JvmTop $1