Stefan Zager <[email protected]> writes: > + module_list "$@" | awk '{print $4}' | xargs -L 1 -P "$jobs" git > submodule update $orig_args
Capital-P option to xargs is not even in POSIX, no? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

