On 04 Dec 2016 22:53, Vladimir Marek wrote:
> Studio compiler may use things like '-xregs=no%frameptr' for example.
>
> Thank you
> --
> Vlad
> # Our compiler flags contain percent sign which get mixed up with percent sign
> # seprators used by sed.
>
> # Submitted to bug-bash@gnu.org
>
On 12/4/16 8:38 AM, Vladimir Marek wrote:
>>> And second patch we use because of xpg-echo. Would it have sense to have
>>> it included, or maybe stop the tests completely instead?
>>
>> You could just have turned off the xpg_echo option instead of going through
>> a convoluted test (which just emul
On 12/4/16 7:42 PM, Hong Cho wrote:
>
> The race condition is that “history_length” gets updated before the
> “the_history” update is completed.
>
>
>
> In several cases we’ve encountered, “bash” got a signal (SIGHUP), which
> interrupted add_history(), leaving “the_history” and “history_leng
This was encountered with bash.
- bash: 2.05b
- readline: 4.3
- FreeBSD 8.4 / amd64
Yeah... the version of bash is old, but it seems add_history() in history.c
hasn't changed much in the master / devel branches at
http://git.savannah.gnu.org/cgit/readline.git.
The race condition is that "histo
On 12/4/16 8:14 PM, L A Walsh wrote:
> Chet Ramey wrote:
>> The short answer is that colon is special to readline: it breaks words for
>> the readline completion code. If you want to complete filenames beginning
>> with a colon, either quote the colon or remove colon from $COMP_WORDBREAKS.
>> If yo
On Mon, Dec 05, 2016 at 11:37:11PM +1100, Robert Durkacz wrote:
> I am asking about shell scripting
> of software builds, something that is perfectly possible to do and once
> must have been the common way.
Based on what evidence? Show me a shell script created to build a
software project without
You have gone to some trouble with your answer Eduardo, and thanks for that
but really you are arguing against a proposition that I have not put and I
do not want other readers to be mislead. I am asking about shell scripting
of software builds, something that is perfectly possible to do and once
m