hush/shell/hush_test/hush-bugs/export_exp.right
Denys Vlasenko 9d617c44d2 hush: specially handle [[ - suppress globbing & multiword expansion
It's a bashism, but is surprisingly easy to do and costs very little code.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-06-09 18:40:52 +02:00

8 lines
58 B
Plaintext

aa0 bb0
a=aa0 b=bb0
aa1 bb1
a=aa1 b=bb1
zzz=zzz
zz=*
Done