commit | ef3e7fdd3b18ef3c43a58a06251eaf615e18a789 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Jun 01 14:13:39 2009 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jun 01 14:16:43 2009 -0400 |
tree | a538aab54f813db9c77876743958bc9192dee40c | |
parent | dc3bc40578e0d9a4f4437d5b9018c1dd02900584 [diff] |
hush: push down expansion var in handle_dollar() Declare the variable in the scope it is used rather than the entire function scope so it's obvious it is only used there. Signed-off-by: Mike Frysinger <vapier@gentoo.org>