From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chet Ramey To: glenn@gs.fay.nc.us Cc: cygwin@sourceware.cygnus.com, chet@po.cwru.edu Subject: Re: Bash 3.02 (w/small patch) Date: Wed, 31 Mar 1999 19:45:00 -0000 Message-ID: <990315160647.AA14489.SM@nike.ins.cwru.edu> References: <199903151453.GAA02478@shell4.ba.best.com> X-SW-Source: 1999-03n/msg00481.html Message-ID: <19990331194500.CF4NFbVTbZ0fuHiyx7uuWQDpTPX8yI9s3ijsFutwoU8@z> > /* Default primary and secondary prompt strings. */ > -#define PPROMPT "\\s-\\v\\$ " > +#if defined (PROMPT_STRING_DECODE) > +# define PPROMPT "\\s-\\v\\$ " > +#endif > #define SPROMPT "> " This is unnecessary. Look at config-bot.h. If PROMPT_STRING_DECODE is not defined, PPROMPT is redefined to "$ ". -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet) Chet Ramey, Case Western Reserve University Internet: chet@po.CWRU.Edu -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe@sourceware.cygnus.com