mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
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 New Issue
Block a user