randconfig fixes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2015-10-12 03:15:36 +02:00
parent c8e5ead03a
commit 57aeb62f83
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ hello_bz2() {
}
for ext in \
`test x"$CONFIG_GUNZIP=y = x"y" && echo gz` \
`test x"$CONFIG_BUNZIP2=y = x"y" && echo bz2` \
`test x"$CONFIG_GUNZIP" = x"y" && echo gz` \
`test x"$CONFIG_BUNZIP2" = x"y" && echo bz2` \
`test x"$CONFIG_UNCOMPRESS" = x"y" && echo Z`
do
prep() {