aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-bugs/export_exp.right
AgeCommit message (Collapse)Author
2009-06-09hush: specially handle [[ - suppress globbing & multiword expansionDenys Vlasenko
It's a bashism, but is surprisingly easy to do and costs very little code. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>