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 changed files with 1 additions and 0 deletions

1
dup
View File

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