lkml.org 
[lkml]   [2006]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.4 patch] Corrected faulty syntax in drivers/input/Config.in
>> If statement in drivers/input/Config.in for "make xconfig" corrected.
>>
>> Signed-off-by: Stefan-W. Hahn <stefan.hahn@s-hahn.de>
>> Signed-off-by: Adrian Bunk <bunk@stusta.de>
>>
>> --- a/drivers/input/Config.in
>> +++ b/drivers/input/Config.in
>> @@ -8,7 +8,7 @@ comment 'Input core support'
>> tristate 'Input core support' CONFIG_INPUT
>> dep_tristate ' Keyboard support' CONFIG_INPUT_KEYBDEV $CONFIG_INPUT
>>
>> -if [ "$CONFIG_INPUT_KEYBDEV" == "n" ]; then
>> +if [ "$CONFIG_INPUT_KEYBDEV" = "n" ]; then
>> bool ' Use dummy keyboard driver' CONFIG_DUMMY_KEYB $CONFIG_INPUT
>> fi

If this is sh compatible code, then == is just as valid -- if xconfig
breaks then, then xconfig is broken, not the file.


Jan Engelhardt
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-04 19:48    [W:0.034 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site