K 10 svn:author V 6 jilles K 8 svn:date V 27 2014-01-24T16:40:51.093755Z K 7 svn:log V 319 sh: Solve the alias recursion problem in a less hackish way. Add the space to avoid alias recursion when the alias is expanded, not when it is added. As a result, displaying an alias via command -v, command -V or type no longer erroneously appends a space. Adjust the tests so they now require this bug to be absent. END