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-01 19:22:24 +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-09-01 21:43:50 +00:00
1993-08-07 07:53:27 +00:00
1993-08-07 07:53:27 +00:00
1993-08-23 16:01:56 +00:00
1993-08-07 05:16:38 +00:00
1993-08-29 01:50:49 +00:00
1993-08-23 04:59:38 +00:00
1993-08-15 23:01:58 +00:00
1993-08-27 23:45:55 +00:00
1993-08-01 19:22:24 +00:00
1993-08-14 06:29:28 +00:00
1993-08-29 13:46:31 +00:00
1993-08-23 16:36:42 +00:00
1993-08-03 02:45:20 +00:00
1993-08-07 07:53:27 +00:00
1993-08-24 12:56:22 +00:00
1993-08-01 19:22:24 +00:00
1993-08-26 18:57:02 +00:00
1993-08-03 00:11:29 +00:00
1993-08-24 12:56:22 +00:00