Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command -x: fix 'arg list too long' on Linux (re: 66e1d44)
I got one intermittent regression test failure due to 'argument list too long' on a Debian x86_64 system. src/cmd/ksh93/sh/path.c: path_xargs(): - Leave extra argument space for systems that need extra bytes: 1KiB per extra byte, with a minimum of 2KiB (the old value).
- Loading branch information