Re: Simple make xconfig fix, linux-2.3.18

Alan Cox (alan@lxorguk.ukuu.org.uk)
Sat, 11 Sep 1999 12:56:45 +0100 (BST)


> I think you got your patch the wrong way around. To make it correct
> I'd say swap the + and - chars.
>
> Scream now if I'm wrong.

<Scream>

> > - if [ "$CONFIG_PPC" = "y"] ; then
> > + if [ "$CONFIG_PPC" = "y" ; then

It should be = "y" ]

with a space 8)

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