James Carlson wrote: >> BTW. Shouldn't this be "/usr/bin/ksh -p" ? >> 1 #! /bin/ksh -p > > /bin is (has always been) a symlink to /usr/bin. I don't think that > makes a big difference. > > Looking at the other scripts in this directory, I see 9 that use > /usr/bin, and 28 that use /bin. So maybe the others should change. > ;-} >
I follow the prototype file rules when possible ... http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/prototypes/prototype.ksh Cheers, Jim