From: Adrian Bunk <bunk@fs.tum.de>
To: Alan Cox <alan@redhat.com>, pc300@cyclades.com
Cc: linux-kernel@vger.kernel.org
Subject: [patch] 2.4.22-rc2-ac1: syntax error in Cyclades-PC300 Config.in entry
Date: Thu, 14 Aug 2003 23:29:35 +0200 [thread overview]
Message-ID: <20030814212935.GS569@fs.tum.de> (raw)
In-Reply-To: <200308091616.h79GG3C31402@devserv.devel.redhat.com>
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
prev parent reply other threads:[~2003-08-14 21:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-09 16:16 Linux 2.4.22-rc2-ac1 Alan Cox
2003-08-10 22:28 ` Tomas Szepe
2003-08-14 21:29 ` Adrian Bunk [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20030814212935.GS569@fs.tum.de \
--to=bunk@fs.tum.de \
--cc=alan@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pc300@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox