lkml.org 
[lkml]   [1999]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: A small bug with CONFIG_EXPERIMENTAL
> The reasoning looks correct to me, and I just used fgrep to analyse
> the entire 2.3.22 tree, with the ones you pointed out being the only
> naked ones I came across.

Thanks Riley.

> - if [ "$CONFIG_EXPERIMENTAL" != "n" ]; then
> + if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then

All the interpreters have been fixed so that they handle != "n" properly
(this was non-trivial because variables have the empty value "" if they
are not initialized). So these constructions are OK.

Michael

-
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/

\
 
 \ /
  Last update: 2005-03-22 13:54    [W:0.029 / U:0.676 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site