Skip to content

Commit 4311606

Browse files
committed
pkgname 1.0 -> 2.0 format
1 parent 12942b3 commit 4311606

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

void-updates.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ add_maintainer() {
5757
}
5858

5959
parallel_check() {
60-
xargs -P20 -L1 /bin/sh -c \
61-
"(cd $src && ./xbps-src update-check \$0) >> \$1"
60+
xargs -P20 -L1 /bin/sh -c "
61+
(cd $src && ./xbps-src update-check \$0) |
62+
sed -e \"s|\$0-||g\" -e \"s|^|\$0 |\" >> \$1
63+
"
6264
}
6365

6466
create_summary() {

0 commit comments

Comments
 (0)