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