hush/shell/hush_test/hush-vars
Mike Frysinger dc3bc40578 hush: add support for special vars in braces
Some people like to use ${?} rather than $?, so make sure we support all
the special single char vars that use this form.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2009-06-01 14:16:43 -04:00
..
empty.right
empty.tests
glob_and_vars.right
glob_and_vars.tests
param_expand_alt.right
param_expand_alt.tests hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
param_expand_assign.right hush: deal with some easier TODOs 2009-04-09 19:16:15 +00:00
param_expand_assign.tests hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
param_expand_default.right
param_expand_default.tests hust_test/*: use "$THIS_SH" instead of hush 2009-03-31 22:14:32 +00:00
param_expand_indicate_error.right hush: add support for special vars in braces 2009-06-01 14:16:43 -04:00
param_expand_indicate_error.tests hush: add support for special vars in braces 2009-06-01 14:16:43 -04:00
param_expand_len.right
param_expand_len.tests
param_glob.right
param_glob.tests hush: fix "if { echo foo; } then { echo bar; } fi" parsing 2009-04-16 10:59:40 +00:00
param_subshell.right hush: fix passing of $n on NOMMU 2009-04-05 02:10:39 +00:00
param_subshell.tests hush: tighten up "for" variable name check. 2009-04-10 12:03:20 +00:00
star.right
star.tests
unset.right hush: fix problems with case in subshells and with "case esac" 2009-05-23 16:50:07 +02:00
unset.tests
var1.right hush: add support for special vars in braces 2009-06-01 14:16:43 -04:00
var1.tests hush: add support for special vars in braces 2009-06-01 14:16:43 -04:00
var2.right
var2.tests
var3.right hush: add support for special vars in braces 2009-06-01 14:16:43 -04:00
var3.tests hush: add support for special vars in braces 2009-06-01 14:16:43 -04:00
var_expand_in_assign.right
var_expand_in_assign.tests
var_expand_in_redir.right
var_expand_in_redir.tests
var_in_pipes.right hush: fix bug with local environment vars in pipes; simplify parse_stream() 2009-04-03 03:19:15 +00:00
var_in_pipes.tests hush: fix bug with local environment vars in pipes; simplify parse_stream() 2009-04-03 03:19:15 +00:00
var_leaks.right
var_leaks.tests
var_posix1.right hush: fix SEGV in % expansion 2009-04-26 11:25:19 +00:00
var_posix1.tests hush: fix SEGV in % expansion 2009-04-26 11:25:19 +00:00
var_preserved.right
var_preserved.tests
var_subst_in_for.right
var_subst_in_for.tests