Return-Path: Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 62773 invoked from network); 29 Jan 2001 16:36:52 -0000 Received: from pscgate.progress.com (192.77.186.1) by h31.sny.collab.net with SMTP; 29 Jan 2001 16:36:52 -0000 Received: from elvirus.progress.com (elvirus [192.77.186.100]) by pscgate.progress.com (8.10.2/8.10.2/PSC-4.01) with ESMTP id f0TGasi28525 for ; Mon, 29 Jan 2001 11:36:54 -0500 (EST) Received: from progress.COM (localhost [127.0.0.1]) by elvirus.progress.com (8.10.2/8.10.2/PSC-4.01) with ESMTP id f0TGd1S11525 for ; Mon, 29 Jan 2001 11:39:01 -0500 (EST) Received: from naserv.bedford.progress.com (naserv [172.16.5.174]) by progress.COM (8.7.2/PSC-1.0) with ESMTP id LAA15676 for ; Mon, 29 Jan 2001 11:36:52 -0500 (EST) Received: from progress.com ([172.16.107.175]) by naserv.bedford.progress.com (Netscape Messaging Server 4.15) with ESMTP id G7XNHG00.FWS for ; Mon, 29 Jan 2001 11:36:52 -0500 Message-ID: <3A759C24.B3480F9B@progress.com> Date: Mon, 29 Jan 2001 11:36:52 -0500 From: "Bill Burton" Organization: Progress Software Corporation X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en-US,ja MIME-Version: 1.0 To: ant-dev@jakarta.apache.org Subject: Re: cvs commit: jakarta-ant/src/script ant.bat References: <20010129011356.75027.qmail@apache.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Hi Conor, Thanks for applying my patch. Wouldn't the endlocal you added be better at the end of the file? Although, I suppose anyone running on NT wouldn't need to call the antrc_post.bat file anyway so it probably doesn't matter. -Bill Burton conor@apache.org wrote: > +if not "%OS%"=="Windows_NT" goto mainEnd > +:winNTend > +@endlocal > + > +:mainEnd > +if exist "%HOME%\antrc_post.bat" call "%HOME%\antrc_post.bat" > +