# drivers/net/Config.in
if [ ! "$CONFIG_PPP" = "n" ]; then
Please don't do this. In bash, the operator precedence is undocumented,
and I hate to rely on undocumented behaviour. In TCL, the operator
precedence is documented: ! is higher precedence than =, just like in C.
I'd really like to deploy my new bison-based parser, but until then,
I have to do conservative things like throw "!" out of Config Language.
Michael Elizabeth Chastain
<mailto:mec@shout.net>
"love without fear"
-
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/