Skip to content

Commit

Permalink
do not use xargs -P 0 - not all systems allow 0
Browse files Browse the repository at this point in the history
On OpenBSD this fails, they need something >0
  • Loading branch information
dimpase authored Jan 19, 2024
1 parent 439065e commit 8e25f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,4 @@ cat <<EOF
EOF
) > "$OUTPUT_INDEX"
sage-package list --has-file SPKG.rst | OUTPUT_DIR=$OUTPUT_DIR OUTPUT_RST=1 xargs -P 0 -n 1 sage-spkg-info
sage-package list --has-file SPKG.rst | OUTPUT_DIR=$OUTPUT_DIR OUTPUT_RST=1 xargs -P 99 -n 1 sage-spkg-info

0 comments on commit 8e25f65

Please sign in to comment.