commit | 161bb8fa124a9bd3f39579123e347a04d428d25b | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 06 05:07:11 2010 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Jun 06 05:07:11 2010 +0200 |
tree | 9229878e5abac0ed8c73dac11f8e7ed272d15def | |
parent | 22bdf90334515e047fcccf36ae80a543b6a056de [diff] [blame] |
fix a few goofs uncovered by "make allnoconfig" testing Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/Config.src b/util-linux/Config.src index 27c7418..997cdec 100644 --- a/util-linux/Config.src +++ b/util-linux/Config.src
@@ -293,7 +293,7 @@ config HD bool "hd" default y - select HEXDUMP + depends on HEXDUMP help hd is an alias to hexdump -C.