From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922 Description of problem: Currently nash does not support environment variables. With a minor change it can be supported. Version-Release number of selected component (if applicable): mkinitrd-3.5.22-1 How reproducible: Always Steps to Reproduce: 1. nash 2. echo $TERM Actual Results: (echo) $TERM Expected Results: (echo) xterm Additional info:
Created attachment 109466 [details] Implement $-expansion of environment variables
Thanks for the patch.