index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/build-packages | 2 |
diff --git a/bin/build-packages b/bin/build-packages index 6c951dd..edc9016 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -414,7 +414,7 @@ while [ "${count}" -ne 0 ] && \ # by piping the log, we don't see anything in the terminal, # but all ways to duplicate the logs seem pretty elaborate # shellcheck disable=SC2024,SC2086 - if sudo "${build_command}" ${outerParameters} -- ${middleParameters} -- ${innerParameters} > \ + if "${build_command}" ${outerParameters} -- ${middleParameters} -- ${innerParameters} > \ "$( date -u --iso-8601=seconds | \ cut -d+ -f1 |