cc-wrapper: disable POSIX compatibility
This commit is contained in:
committed by
Tuomas Tynkkynen
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
|
||||||
|
|||||||
Reference in New Issue
Block a user