Merge pull request #131831 from edolstra/inherit_errexit

nixos-rebuild: Set inherit_errexit
This commit is contained in:
Eelco Dolstra 2021-07-28 18:29:32 +02:00 committed by GitHub
commit 6e12183308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ if [ -x "@runtimeShell@" ]; then export SHELL="@runtimeShell@"; fi;
set -e
set -o pipefail
shopt -s inherit_errexit
export PATH=@path@:$PATH