Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15192
| From | Chet Ramey <chet.ramey@case.edu> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | Re: bash doesn't compile when configured with --disable-bang-history |
| Date | 2019-07-18 11:13 -0400 |
| Message-ID | <mailman.1663.1563462846.2688.bug-bash@gnu.org> (permalink) |
| References | <1563390181166.84380@wti.com> <e0d21f8f-699d-0d9a-f6fe-2b4c9793dcc8@case.edu> |
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/
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: bash doesn't compile when configured with --disable-bang-history Chet Ramey <chet.ramey@case.edu> - 2019-07-18 11:13 -0400
csiph-web