From owner-freebsd-current@FreeBSD.ORG  Mon Apr  7 08:43:45 2003
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2B71437B401
	for <freebsd-current@freebsd.org>;
	Mon,  7 Apr 2003 08:43:44 -0700 (PDT)
Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com
	[192.108.102.143])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0A0AE43FBD
	for <freebsd-current@freebsd.org>;
	Mon,  7 Apr 2003 08:43:42 -0700 (PDT)
	(envelope-from wa1ter@myrealbox.com)
Received: from myrealbox.com wa1ter@smtp-send.myrealbox.com [64.175.107.72]
	$ on Novell NetWare	via secured & encrypted transport (TLS);
	Mon, 07 Apr 2003 08:43:41 -0700
Message-ID: <3E919C7C.2010700@myrealbox.com>
Date: Mon, 07 Apr 2003 08:42:52 -0700
From: walt <wa1ter@myrealbox.com>
Organization: none
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030213
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: freebsd-current@freebsd.org
References: <b6s4nd$1jg6$1@FreeBSD.csie.NCTU.edu.tw>
In-Reply-To: <b6s4nd$1jg6$1@FreeBSD.csie.NCTU.edu.tw>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: After this mornings build: Syntax error: "for" unexpected
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Apr 2003 15:43:45 -0000

eculp@encontacto.net wrote:
> Quoting "eculp@encontacto.net" <eculp@encontacto.net>:
> 
> | After a new cvsup this morning I am getting Syntax error: "for" unexpected
> | anytime I do a make.  The make world was going well until after installing
> | csh.  It then stoped with the above error after moving to games?  I'm
> | totally at a loss.  Any suggestions would be appreciated on what the real
> | problem is.  The logfile of my failed make world follows.
> |
> 
> It appears that the problem is /bin/sh.  I just started a new cvsup with
> a /bin/sh copied from another machine and it doesn't generate the Syntax
> error.

For those without a second -CURRENT machine -- this worked for me:

cvsup again -- though I'm not sure this was necessary
cd /usr/src/bin/sh
make clean
make
make install