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


Groups > gnu.bash.bug > #15183

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

From Ken Partridge <kenp@wti.com>
Newsgroups gnu.bash.bug
Subject bash doesn't compile when configured with --disable-bang-history
Date 2019-07-17 19:03 +0000
Message-ID <mailman.1607.1563400468.2688.bug-bash@gnu.org> (permalink)
References <1563390181166.84380@wti.com>

Show all headers | View raw


Configuration Information [Automatically generated, do not change]:
Machine: arm
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security
uname output: Linux 192.168.0.201 3.8.13 #1 SMP Thu Sep 12 10:27:06 CEST 2013 ar
Machine Type: arm-unknown-linux-gnu

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)
   ?

Disclaimer

The information contained in this communication from the sender is confidential. It is intended solely for use by the recipient and others authorized to receive it. If you are not the recipient, you are hereby notified that any disclosure, copying, distribution or taking action in relation of the contents of this information is strictly prohibited and may be unlawful.

This email has been scanned for viruses and malware, and may have been automatically archived by Mimecast Ltd, an innovator in Software as a Service (SaaS) for business. Providing a safer and more useful place for your human generated data. Specializing in; Security, archiving and compliance. To find out more visit the Mimecast website.

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

bash doesn't compile when configured with --disable-bang-history Ken Partridge <kenp@wti.com> - 2019-07-17 19:03 +0000

csiph-web