Re^2: csh: still trying to read file
Felix Lee
flee at shire.cs.psu.edu
Wed Apr 5 09:00:38 AEST 1989
About 'setenv PATH "...:~/bin"', csh does file globbing when it splits
$PATH apart into $path (unless $noglob is set). But it doesn't export
the globbed names back into $PATH. Children of your csh probably will
not interpret "~/bin" properly.
The simplest solution is to use "set path = (... ~/bin)" instead.
--
Felix Lee flee at shire.cs.psu.edu *!psuvax1!shire!flee
More information about the Comp.unix.questions
mailing list