491d6b4b9d
their names. fix from "James W. Dolter" <jdolter@sawtooth.eecs.umich.edu>. test script: #!/bin/csh mkdir /tmp/foodir cat > /tmp/foodir/testscript <<EOF #!/bin/sh echo "Executing script \$1" EOF chmod 755 /tmp/foodir/testscript (cd /tmp ; ln -s foodir foosym) echo "Trying full path (w/o symlink) to /tmp/foodir/testscript" /tmp/foodir/testscript "with out symlink" echo "Trying full path (w/ symlink) to /tmp/foosym/testscript" /tmp/foosym/testscript "with symlink" echo "End of Test" |
||
---|---|---|
.. | ||
arch | ||
compat/hpux | ||
conf | ||
ddb | ||
dev | ||
isofs | ||
kern | ||
lib/libsa | ||
libkern | ||
miscfs | ||
msdosfs | ||
net | ||
netccitt | ||
netinet | ||
netiso | ||
netns | ||
nfs | ||
pcfs | ||
scsi | ||
stand | ||
sys | ||
ufs | ||
vm | ||
Makefile |