hush: specially handle [[ - suppress globbing & multiword expansion
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 9 Jun 2009 16:40:52 +0000 (18:40 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 9 Jun 2009 16:40:52 +0000 (18:40 +0200)
commit9d617c44d2b1135d14b7dafd01a1d3992293f4d9
treea763d31365f18cb2bb984d252bc849f03c45625a
parent2634bf366b298a827d043566656f8696f4dc153c
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>
shell/hush.c
shell/hush_test/hush-bugs/export_exp.right [new file with mode: 0644]
shell/hush_test/hush-bugs/export_exp.tests [new file with mode: 0755]