mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
- Use recommended Java VM command-line options PR: 231111 Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru>
5 lines
141 B
Bash
5 lines
141 B
Bash
#!/bin/sh -f
|
|
|
|
DATADIR="%%DATADIR%%"
|
|
|
|
exec %%JAVA%% -server -XX:+TieredCompilation -jar "${DATADIR}/closure-compiler-v%%PORTVERSION%%.jar" $*
|