mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 21:31:51 +00:00
caeeb36784
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