"ef.sh /bin/echo a\ \ b"; the correct output is "a b\n", but before this commit it would print "a b\n" instead.