Skip to content

Commit 91c9142

Browse files
committed
build.sh: use |& bashism
1 parent 81bac51 commit 91c9142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

automated/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ fi
171171
docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c "
172172
chown $USER $HOME
173173
exec sudo -E -u $USER env \"HOME=$HOME\" \"PATH=\$PATH\" curator build --jobs $JOBS
174-
" 2>&1 | tee $SHORTNAME-build.log
174+
" |& tee $SHORTNAME-build.log
175175

176176
# Make sure we actually need this snapshot. We used to perform this check
177177
# exclusively before building. Now we perform it after as well for the case of

0 commit comments

Comments
 (0)