forked from mirrors/nixpkgs
cc-wrapper: disable POSIX compatibility
This commit is contained in:
parent
25f080ca4a
commit
5f3b84e979
|
@ -1,5 +1,5 @@
|
|||
#! @shell@
|
||||
set -eu -o pipefail
|
||||
set -eu -o pipefail +o posix
|
||||
shopt -s nullglob
|
||||
|
||||
if (( "${NIX_DEBUG:-0}" >= 7 )); then
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! @shell@
|
||||
set -eu -o pipefail
|
||||
set -eu -o pipefail +o posix
|
||||
shopt -s nullglob
|
||||
|
||||
if (( "${NIX_DEBUG:-0}" >= 7 )); then
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! @shell@
|
||||
set -eu -o pipefail
|
||||
set -eu -o pipefail +o posix
|
||||
shopt -s nullglob
|
||||
|
||||
if (( "${NIX_DEBUG:-0}" >= 7 )); then
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! @shell@
|
||||
set -eu -o pipefail
|
||||
set -eu -o pipefail +o posix
|
||||
shopt -s nullglob
|
||||
|
||||
if (( "${NIX_DEBUG:-0}" >= 7 )); then
|
||||
|
|
Loading…
Reference in a new issue