Re: followup to /etc/profile.d/complete.tcsh problem; followup to "Problems starting tcsh when having spaces in username - with fix"

2008-09-29 Thread Corinna Vinschen
On Sep 11 21:38, Francois L'Archeveque wrote: > > If this patch has been applied upstream as is then it is still incomplete. > If you actually have a ~/.hosts file for example you enter the 'if' and the > 'grep' will fail since the $f needs quotes too. The quotes had been applied upstream as w

followup to /etc/profile.d/complete.tcsh problem; followup to "Problems starting tcsh when having spaces in username - with fix"

2008-09-11 Thread Francois L'Archeveque
If this patch has been applied upstream as is then it is still incomplete. If you actually have a ~/.hosts file for example you enter the 'if' and the 'grep' will fail since the $f needs quotes too. set hosts = ($hosts `grep -v "+" $f | grep -E -v "^#" | tr -s " " "" | cut -f 1`)

Re: /etc/profile.d/complete.tcsh problem; followup to "Problems starting tcsh when having spaces in username - with fix"

2008-04-28 Thread Corinna Vinschen
On Apr 27 12:17, David Olmsted wrote: > Hi, > In the current /etc/profile.d/complete.tcsh file a portion of the fix > suggested below > by Anders Ripa has been applied, but another critical part has not. The > last three fixes > with explicit "$HOME/" have been quoted, but the first fix has not

/etc/profile.d/complete.tcsh problem; followup to "Problems starting tcsh when having spaces in username - with fix"

2008-04-27 Thread David Olmsted
Hi, In the current /etc/profile.d/complete.tcsh file a portion of the fix suggested below by Anders Ripa has been applied, but another critical part has not. The last three fixes with explicit "$HOME/" have been quoted, but the first fix has not been applied. Currently I show the following as