mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-19 01:35:50 +01:00
build.sh: fix quoting for curator build to fix logging
This commit is contained in:
parent
80d8f4bb4e
commit
97962d2cc2
@ -160,7 +160,7 @@ fi
|
|||||||
# switch back to the current user
|
# switch back to the current user
|
||||||
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" 2>&1 | tee "$SHORTNAME-build.log
|
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS 2>&1 | 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user