freebsd-ports/textproc/nux/files/fire-xquery.sh.in
Herve Quiroz d99439ed5d - Update to 1.4.1
- Use 'exec' in launcher shell script to comply with Porter's Handbook
  guidelines
2006-03-22 10:51:41 +00:00

5 lines
163 B
Bash

#!/bin/sh
#
# $FreeBSD$
JAVA_VERSION="%%JAVA_VERSION%%" exec "%%LOCALBASE%%/bin/java" -classpath "`%%LOCALBASE%%/bin/classpath`" nux.xom.tests.XQueryCommand "$@"