Fix parallel is not GNU #42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Iam_Tj/BSSG:fix-parallel_is_not_GNU"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Whilst testing I hit this:
BSSG reports "Using GNU parallel" but this is incorrect. In this case it is
parallelfrom moreutils:In the above
PARALLEL --jobs 16 --will-cite process_single_file_for_rebuild {}is added by a debug interceptor script/usr/local/bin/parallelto see what arguments were passed:With this commit it now does (with moreutils):
And with GNU:
dfbd5a35b9toc252f106c8