[comp.unix.wizards] UNIX-WIZARDS Digest V6#076

ted@nmsu.edu (01/12/89)

    
    From: Christoph Kuenkel <ckl@uwbln.uucp>
    ...    
    Unfortunately, csh doesn't get it right since it does not evaluate
    $path to lookup the file to be sourced (at least on my SysV based
    ...

absolutely true.  a quick hack to get it right would be

	source `which script-file-name`