#!/bin/sh
#	simple redirection script to find the correct executable
#	for this machine architecture
MACHINE=${MACHINE-"`/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_nhc98/nhc98/work/nhc98-1.22/script/harch`"}
NHC98INCDIR=${NHC98INCDIR-/opt/local/include/nhc98}
exec /opt/local/lib/nhc98/$MACHINE/`basename $0` "$NHC98INCDIR/packages" "$@"
