Commits

Mike Frysinger committed ef3e7fdd3b1
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>