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


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

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

Started byKen Partridge <kenp@wti.com>
First post2019-07-17 19:03 +0000
Last post2019-07-17 19:03 +0000
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

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

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

FromKen Partridge <kenp@wti.com>
Date2019-07-17 19:03 +0000
Subjectbash doesn't compile when configured with --disable-bang-history
Message-ID<mailman.1607.1563400468.2688.bug-bash@gnu.org>
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.

[toc] | [standalone]


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


csiph-web