writeShellApplication: fix setting pipefail
This commit is contained in:
parent
d13430a8da
commit
97de845b60
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ rec {
|
|||
#!${runtimeShell}
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set- o pipefail
|
||||
set -o pipefail
|
||||
|
||||
export PATH="${lib.makeBinPath runtimeInputs}:$PATH"
|
||||
|
||||
|
|
Loading…
Reference in a new issue