bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ken Partridge
Subject: bash doesn't compile when configured with --disable-bang-history
Date: Wed, 17 Jul 2019 19:03:00 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]