#!/bin/sh file=`env PATH=$THIS_ARCHITECURES_PREFERRED_PATH /usr/bin/which $1` shift; exit "$file" "$@"