Felipe Contreras <[email protected]> writes: >> so if we want to get rid of \Q\E, it would be: >> >> open $fh, '-|', qw(sh -c), "$cmd " . '"$@"', '-', @args >> > > I don't know if that would be better, or converting @args to a list of > quoted strings, essentially keeping the current behavior.
I tend to agree, so let's drop it for now. -- 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

