K 10 svn:author V 6 jilles K 8 svn:date V 27 2011-06-16T21:50:28.558807Z K 7 svn:log V 328 sh: Reduce unnecessary forks with eval. The eval special builtin now runs the code with EV_EXIT if it was run with EV_EXIT itself. In particular, this eliminates one fork when a command substitution contains an eval command that ends with an external program or a subshell. This is similar to what r220978 did for functions. END