freebsd-ports/shells/ch/files/ch.in
Alejandro Pulver 8a47c6dfcf - Add wrapper script to respect PREFIX at runtime.
- Use IA32_BINARY_PORT instead of ONLY_FOR_ARCHS.
- Bump PORTREVISION.

Approved by:	portmgr (erwin)
2006-10-20 18:08:06 +00:00

7 lines
189 B
Bash

#!/bin/sh
# This program needs to know where to find its data, so we pass that
# information using the CHHOME environment variable.
export CHHOME="%%DATADIR%%"
exec "$CHHOME/bin/ch" "$@"