K 10 svn:author V 6 jilles K 8 svn:date V 27 2010-08-03T22:17:29.585505Z K 7 svn:log V 300 sh: Return 0 from eval if no command was given. This makes a difference if there is a command substitution. To make this work, evalstring() has been changed to set exitstatus to 0 if no command was executed (the string contained only whitespace). Example: eval $(false); echo $? should print 0. END