>if [ -x /usr/xpg4/bin/sh -a "$_" != /usr/xpg4/bin/sh ]; then > exec /usr/xpg4/bin/sh $0 $*
Certainly you will need: > exec /usr/xpg4/bin/sh $0 "$@" But you can't test on $_ in shell scripts. Casper _______________________________________________ opensolaris-discuss mailing list [email protected]
