stdenv: fix shellcheck complaining about things not being posix compliant
This commit is contained in:
parent
37fdba0b4f
commit
24880b690b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# shellcheck shell=bash
|
||||
__nixpkgs_setup_set_original=$-
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
|
Loading…
Reference in a new issue