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/