From 22d10a029283b93c31890366a1f8dcfc59e6298c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 13 Oct 2008 08:53:43 +0000 Subject: hush: fix trashing of environment by local env vars: a=a; a=b cmd; - a was unset! +57 bytes function old new delta add_string_to_strings - 110 +110 putenv_all - 27 +27 run_list 2086 2111 +25 free_strings - 7 +7 free_pipe 210 208 -2 add_malloced_string_to_strings 110 - -110 ------------------------------------------------------------------------------ (add/remove: 3/1 grow/shrink: 1/1 up/down: 169/-112) Total: 57 bytes --- util-linux/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux') diff --git a/util-linux/Config.in b/util-linux/Config.in index ba0916a50..8cecc60f2 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -165,7 +165,7 @@ config FINDFS default n select VOLUMEID help - Prints the name of a filesystem with given laver or UUID. + Prints the name of a filesystem with given label or UUID. WARNING: With all submodules selected, it will add ~8k to busybox. -- cgit v1.2.3