From 91c914276388b08bc5e534db61aa5e3659018e30 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 2 May 2025 12:13:40 +0800 Subject: [PATCH] build.sh: use |& bashism --- automated/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/build.sh b/automated/build.sh index c55a6b68..59e6b29e 100755 --- a/automated/build.sh +++ b/automated/build.sh @@ -171,7 +171,7 @@ fi docker run $ARGS_BUILD $IMAGE nice -n 15 /bin/bash -c " chown $USER $HOME 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 # exclusively before building. Now we perform it after as well for the case of