freebsd-ports/java/java-checkstyle/files/checkstyle.sh.in
Herve Quiroz 769c16d25d - Use 'exec' in the launcher shell script to comply with Porter's Handbook
guidelines
- Reduce line length in launcher shell script
2006-03-22 18:33:29 +00:00

8 lines
213 B
Bash

#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" \
exec "%%LOCALBASE%%/bin/java" \
-cp "%%JAVAJARDIR%%/checkstyle.jar:%%JAVAJARDIR%%/checkstyle-optional.jar" \
com.puppycrawl.tools.checkstyle.Main "$@"