lkml.org 
[lkml]   [2003]   [Aug]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] 2.4.22-rc2-ac1: syntax error in Cyclades-PC300 Config.in entry
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

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