rc-list - mailing list for the rc(1) shell
 help / color / mirror / Atom feed
* path oddity = my fault :-/
@ 2000-05-03 18:10 Carlo Strozzi
  2000-05-04  8:31 ` Tim Goodwin
  0 siblings, 1 reply; 3+ messages in thread
From: Carlo Strozzi @ 2000-05-03 18:10 UTC (permalink / raw)
  To: rc

My apologies for the subject "bug" report. It was my fault, due to
the fact that I'm a newbie to Rc. I was setting $path in my ~/.rcrc
file with:
             path = ``(:){echo $PATH}

while it should have been either:

             path = ``(:){echo -n $PATH}
or:
             path = ``($ifs :){echo $PATH}


bye  -carlo
-- 
I can read MIME or uuencoded e-mail attachments in PDF, Postscript, HTML,
RTF or text formats. Please do not send Word or Excel files. 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-05-06  3:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-03 18:10 path oddity = my fault :-/ Carlo Strozzi
2000-05-04  8:31 ` Tim Goodwin
2000-05-04 15:05   ` Carlo Strozzi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).