Remove broken "nopipefail" option

http://hydra.nixos.org/build/2751337
This commit is contained in:
Eelco Dolstra 2012-07-02 10:57:36 -04:00
parent 56373744b4
commit 348691645d

View file

@ -128,8 +128,7 @@ if [ -n "$pullManifest" -o "$action" = pull ]; then
set -o pipefail
manifests=$(nix-instantiate --eval-only --xml --strict '<nixos>' -A manifests \
| grep '<string' | sed 's^.*"\(.*\)".*^\1^g')
set -o nopipefail
set +o pipefail
if [ $? -ne 0 ]; then exit 1; fi
mkdir -p /nix/var/nix/channel-cache