Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ash: [VAR] Move unsetvar functionality into setvareq | Denys Vlasenko | 2017-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Upstream commit: Date: Tue, 25 May 2010 20:55:05 +0800 [VAR] Move unsetvar functionality into setvareq This patch moves the unsetvar code into setvareq so that we can no have a pathological case of an unset variable hanging around unless it has a bit pinning it like VEXPORT. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> function old new delta setvareq 227 303 +76 expmeta 517 521 +4 localcmd 364 366 +2 unsetcmd 96 76 -20 unsetvar 129 7 -122 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/2 up/down: 82/-142) Total: -60 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hush: fix problems with case in subshells and with "case esac" | Denys Vlasenko | 2009-05-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | hush_test: update test output to match new getopt() output | Mike Frysinger | 2009-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | hush: make getopt32 usable in builtins. use it in unset. | Denis Vlasenko | 2009-04-26 | 1 | -3/+2 |
| | | | | | | | | | | 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 | ||||
* | implement `unset` semantics as required by POSIX | Mike Frysinger | 2009-03-30 | 1 | -0/+19 |