Commits

Eric Andersen committed caeeb367841
This fixes lash so it handles environment variable expansion, regardless of where the environment variables are located in an argument. This allows things like 'echo foo$1$SHELL' to expand the same way bash would expand it. Of course, to make this work I introduced a memory leak, and I am too tired to find a way to fix it. -Erik