cgd 491d6b4b9d fix problem where exec would lose on shell scripts with symlinks in
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"
1993-09-01 21:43:50 +00:00
..
1993-08-31 13:46:31 +00:00
1993-08-30 06:25:10 +00:00
1993-08-23 16:01:56 +00:00
1993-08-23 16:01:56 +00:00
1993-08-14 06:29:28 +00:00
1993-08-29 13:46:31 +00:00
1993-08-24 12:56:22 +00:00
1993-08-24 12:56:22 +00:00