pantry/projects/tea.xyz/gx/cc/ld

12 lines
173 B
Plaintext
Raw Normal View History

#!/bin/sh
exe="$(basename $0)"
if test -z "$TEA_PREFIX"
then
echo '$TEA_PREFIX mysteriously unset' >&2
exit 1
else
exec /usr/bin/"$exe" "$@" -rpath "$TEA_PREFIX"
fi