mirror of
https://github.com/sheumann/hush.git
synced 2025-02-19 05:30:56 +00:00
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