When using functions in sh or ksh I've had to place the them at
the beginning of the script, so that the routine would be found.
Question: The man pages say that set -h will allow functions to
be located when required.. why doesn't this work? I'm running
solaris 2.3 with bourne scripts..
Faustus