The problem is that your system gets less predictable: if you type
`more` you get `less` (no pun intended).
#!/bin/shexport PATH=$HOME/bin/special:$PATHexec /usr/local/ferret/bin/ferret "$@"
cdI'm assuming the "system" command honors PATH.
Cheers,
Ryo