Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #15192 > unrolled thread

Re: bash doesn't compile when configured with --disable-bang-history

Started byChet Ramey <chet.ramey@case.edu>
First post2019-07-18 11:13 -0400
Last post2019-07-18 11:13 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: bash doesn't compile when configured with --disable-bang-history Chet Ramey <chet.ramey@case.edu> - 2019-07-18 11:13 -0400

#15192 — Re: bash doesn't compile when configured with --disable-bang-history

FromChet Ramey <chet.ramey@case.edu>
Date2019-07-18 11:13 -0400
SubjectRe: bash doesn't compile when configured with --disable-bang-history
Message-ID<mailman.1663.1563462846.2688.bug-bash@gnu.org>
On 7/17/19 3:03 PM, Ken Partridge wrote:

> Bash Version: 5.0
> Patch Level: 0
> Release Status: release
> 
> Description:
>   It is not possible to selectively disable the history expansion with
>    --disable-bang-history
> 
> Repeat-By:
>   ./configure --disable-bang-history
>   make
> 
> 
> Fix:
>   In shell.c surround histexp_flag with #if defined (BANG_HISTORY)
>    ?

Thanks for the report. This was changed in the devel branch back in
February.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web