argmax -= strlen(*ep) + 1 + sizeof(*ep);
argmax -= 1 + sizeof(*ep);
pkg_debug(3, "Scripts: executing\n--- BEGIN ---\n%s\nScripts: --- END ---", sbuf_get(script_cmd));
if (sbuf_len(script_cmd) > argmax) {
if (pipe(stdin_pipe) < 0) {
ret = EPKG_FATAL;