I've got a csh script that executes other csh scripts. The problem is that
despite the fact that all the scripts are in my path, if I do not copy the
scripts that are being called into the subdirectory where the master script
is executed, then the master script complains that it cannot find these other
scripts.
Is this something that's a part of csh, or is there a way to actually get this to work?