Bug in csh (affecting vi)

utzoo!decvax!harpo!eagle!mhuxt!mhuxa!mhb5b!smb utzoo!decvax!harpo!eagle!mhuxt!mhuxa!mhb5b!smb
Tue Apr 5 22:14:06 AEST 1983


My experience is that the alleged bug in csh (that it prints the prompt
when it shouldn't, thereby affecting file-name expansion from 'vi' and
'ucbmail') isn't a bug; rather, many people unconditionally set 'prompt'
in their .cshrc files.  It should only be set if it's already set to
something:

	if ($?prompt) set prompt='MyPrompt '



More information about the Comp.bugs.4bsd.ucb-fixes mailing list