hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2009-11-17 03:35:31 +01:00
parent 160746b603
commit f3e2818895
3 changed files with 170 additions and 61 deletions

View File

@@ -0,0 +1,5 @@
v='{q,w}'
# Should not brace-expand v value
echo $v
echo "$v"
echo Done