2001-10-12 22:11:10

by J.A. Magallon

[permalink] [raw]
Subject: bug in mips/config.in

Hi.

Due to a buggy bit I found in i2c, I did a
werewolf:/usr/src/linux# grep -r "\"CONFIG" . | fgrep .in
./arch/mips/config.in: if [ "CONFIG_DECSTATION" = "y" ]; then

'$' is missing there, isn't it ?
Is there any similar buglet to check ?

By

--
J.A. Magallon # Let the source be with you...
mailto:[email protected]
Mandrake Linux release 8.2 (Cooker) for i586
Linux werewolf 2.4.13-pre1-beo #1 SMP Fri Oct 12 11:32:03 CEST 2001 i686


2001-10-13 22:31:08

by Ralf Baechle

[permalink] [raw]
Subject: Re: bug in mips/config.in

On Sat, Oct 13, 2001 at 12:11:16AM +0200, J . A . Magallon wrote:

> Due to a buggy bit I found in i2c, I did a
> werewolf:/usr/src/linux# grep -r "\"CONFIG" . | fgrep .in
> ./arch/mips/config.in: if [ "CONFIG_DECSTATION" = "y" ]; then
>
> '$' is missing there, isn't it ?

Long fixed.

Ralf