home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / gnu / bash / bug / 719 < prev    next >
Encoding:
Text File  |  1993-01-08  |  642 b   |  24 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cus.cam.ac.uk!nj104
  3. From: nj104@cus.cam.ac.uk (Neil Jerram)
  4. Subject: Re: Bug of prompt \$
  5. Message-ID: <NJ104.93Jan8124302@bootes.cus.cam.ac.uk>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: U of Cambridge, England
  8. References: nj104@cus.cam.ac.uk (Neil Jerram)
  9. Distribution: gnu
  10. Date: Fri, 8 Jan 1993 12:43:06 GMT
  11. Approved: bug-bash@prep.ai.mit.edu
  12. Lines: 10
  13.  
  14. I have also found that \$ does not produce a # when it should.  A
  15. solution to this problem is to type \\$ instead of \$, e.g. my .bashrc
  16. file says
  17.  
  18.     PS1="\u-\\$ "
  19.  
  20. Whether or not this is *correct* is another matter.
  21.  
  22. Neil.
  23.  
  24.