Fix quiet flag when running update in parallel

This commit is contained in:
Adam Goldsmith 2023-04-16 23:19:21 -04:00
parent 9df34be4f7
commit 40a24178fb

1
dup
View File

@ -148,6 +148,7 @@ then
if type parallel &> /dev/null if type parallel &> /dev/null
then then
export quiet
export -f do_pull do_pull_maybe_quiet export -f do_pull do_pull_maybe_quiet
parallel --max-args 1 do_pull_maybe_quiet ::: $targets parallel --max-args 1 do_pull_maybe_quiet ::: $targets
else else