Andreas Jaeger writes:
What strikes me is that I don't know whether type -p is available in
/bin/sh.
Not on Solaris 2.5.1. Worse, mktemp doesn't appear to be available
either:
bash-2.02$ uname -a
SunOS joat 5.5.1 Generic_103640-12 sun4u sparc SUNW,Ultra-1
bash-2.02$ /bin/sh
\s-\v\$ type mktemp
mktemp not found
\s-\v\$ type -p mktemp
-p not found
mktemp not found
\s-\v\$
Oh, and SunOS 4.1.4 is the same:
$ [mbf23 rpluim]$ uname -a
SunOS mbf23 4.1.4 1 sun4m
[mbf23 rpluim]$ /bin/sh
$ type mktemp
mktemp not found
$ type -p mktemp
-p not found
mktemp not found
Robert
--
The above are my opinions,
and my opinions only.