Skip to content

Commit b9513f7

Browse files
committed
Make -p effective
1 parent bb4e85c commit b9513f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

void-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ add_homepage() {
105105

106106
parallel_check() {
107107
printf "beginning checks\n"
108-
xargs -P20 -L1 /bin/sh -c "
108+
xargs -P$procs -L1 /bin/sh -c "
109109
(cd $src && ./xbps-src update-check \$0) |
110110
sed -e \"s|\$0-||g\" -e \"s|^|\$0 |\" >> \$1
111111
"

0 commit comments

Comments
 (0)