mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 01:20:24 +01:00
build.sh: use |& bashism
This commit is contained in:
parent
81bac51b6f
commit
91c9142763
@ -171,7 +171,7 @@ fi
|
|||||||
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
|
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
|
||||||
chown $USER $HOME
|
chown $USER $HOME
|
||||||
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
|
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
|
||||||
" 2>&1 | tee $SHORTNAME-build.log
|
" |& tee $SHORTNAME-build.log
|
||||||
|
|
||||||
# Make sure we actually need this snapshot. We used to perform this check
|
# Make sure we actually need this snapshot. We used to perform this check
|
||||||
# exclusively before building. Now we perform it after as well for the case of
|
# exclusively before building. Now we perform it after as well for the case of
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user