3d4e133e77
parallel >= 20200822 uses /bin/echo to calculate the max allowed line
length. Patch it to a correct path, so that it doesn't (silently) fail
and fall back to a low value of 324.
Before:
$ parallel --max-line-length-allowed
324
After:
$ parallel --max-line-length-allowed
131063
Fixes:
|
||
---|---|---|
.. | ||
default.nix | ||
fix-max-line-length-allowed.diff | ||
wrapper.nix |