[patch] 2.4.22-rc2-ac1: syntax error in Cyclades-PC300 Config.in entry

From: Adrian Bunk
Date: Thu Aug 14 2003 - 16:33:52 EST


The following patch corrects a syntax error in a Config.in:

--- linux-2.4.22-rc2-ac1-full/drivers/net/wan/Config.in.old 2003-08-14 21:50:56.000000000 +0200
+++ linux-2.4.22-rc2-ac1-full/drivers/net/wan/Config.in 2003-08-14 21:51:26.000000000 +0200
@@ -80,7 +80,7 @@
if [ "$CONFIG_PCI" != "n" ]; then
dep_tristate ' Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards)' CONFIG_PC300 $CONFIG_HDLC
if [ "$CONFIG_PC300" != "n" ]; then
- if ["$CONFIG_PPP" != "n" -a "$CONFIG_PPP_MULTLINK" != "n" -a "$CONFIG_PPP_SYNCTTY" != "n" -a "$CONFIG_HDLC_PPP" = "y"];
+ if [ "$CONFIG_PPP" != "n" -a "$CONFIG_PPP_MULTLINK" != "n" -a "$CONFIG_PPP_SYNCTTY" != "n" -a "$CONFIG_HDLC_PPP" = "y"];
then
bool ' Cyclades-PC300 MLPPP support' CONFIG_PC300_MLPPP
else


The error message was:
scripts/Configure: line 83: [y: command not found


cu
Adrian

--

"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed

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