aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars/unset.right
AgeCommit message (Collapse)Author
2009-04-26hush: make getopt32 usable in builtins. use it in unset.Denis Vlasenko
more uses are expected in the future. function old new delta getopt32 1356 1393 +37 builtin_export 256 266 +10 builtin_unset 418 380 -38
2009-03-30implement `unset` semantics as required by POSIXMike Frysinger