Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Date: Mon, 15 Mar 1999 11:06:47 -0500
From: Chet Ramey <chet@nike.ins.cwru.edu>
To: glenn@gs.fay.nc.us
Subject: Re: Bash 3.02 (w/small patch)
Cc: cygwin@sourceware.cygnus.com, chet@po.cwru.edu
Reply-To: chet@po.cwru.edu
In-Reply-To: Message from glenn@gs.fay.nc.us of Mon, 15 Mar 1999 09:53:11 -0500 (EST) (id <199903151453.GAA02478@shell4.ba.best.com>)
Message-ID: <990315160647.AA14489.SM@nike.ins.cwru.edu>
Read-Receipt-To: chet@po.CWRU.Edu
Content-Type: text/plain; charset=us-ascii

>  /* 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

