[bug #40431] .SHELLFLAGS is passed to shell as single argument.

2013-11-03 Thread Paul D. Smith
Update of bug #40431 (project make): Status:None => Duplicate Open/Closed:Open => Closed ___ Follow-up Comment #3: First, having -e enabl

Re: [bug #40431] .SHELLFLAGS is passed to shell as single argument.

2013-10-31 Thread David Highley
"Van de Bugger wrote:" > > Follow-up Comment #2, bug #40431 (project make): > > Thanks, I also found this trick independently. Unfortunately the trick does > not work. Or, stricly speaking, it works, but there is an unwanted side effect > which makes it useless. Look: > > # Note: in current shel

[bug #40431] .SHELLFLAGS is passed to shell as single argument.

2013-10-31 Thread Van de Bugger
Follow-up Comment #2, bug #40431 (project make): Thanks, I also found this trick independently. Unfortunately the trick does not work. Or, stricly speaking, it works, but there is an unwanted side effect which makes it useless. Look: # Note: in current shell pipefail is not set. $ echo $SHELLOPTS

[bug #40431] .SHELLFLAGS is passed to shell as single argument.

2013-10-30 Thread David Boyce
Follow-up Comment #1, bug #40431 (project make): This isn't the fix you were looking for, but for the record I think placing: export SHELLOPTS = pipefail in the makefile would solve your particular problem. The SHELLOPTS variable is read-only to bash so it cannot be set within the shell, thus th

[bug #40431] .SHELLFLAGS is passed to shell as single argument.

2013-10-30 Thread Van de Bugger
URL: Summary: .SHELLFLAGS is passed to shell as single argument. Project: make Submitted by: van_de_bugger Submitted on: Wed 30 Oct 2013 09:15:32 PM GMT Severity: 3 - Normal