Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Reply-To: Cygwin List Message-Id: <6.1.0.6.0.20041115184142.04774780@pop.prospeed.net> X-Sender: Date: Mon, 15 Nov 2004 18:42:19 -0500 To: , cygwin AT cygwin DOT com From: Larry Hall Subject: Re: /etc/profile error In-Reply-To: <200411152238.iAFMc2u03761@panix3.panix.com> References: <200411152238 DOT iAFMc2u03761 AT panix3 DOT panix DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" At 05:38 PM 11/15/2004, you wrote: >Hi. I just installed Cygwin on an IBM laptop running Windows XP. >Whenever I bring up a Cygwin shell, I get the following error: > > bash: /etc/profile: line 196: syntax error: unexpected end of file > >I don't see any problem with /etc/profile: > > 190 echo "mkpasswd -l -d > /etc/passwd" > 191 echo "mkgroup -l -d > /etc/group" > 192 echo > 193 echo "This message is only displayed once (unless you recreate /etc/group)" > 194 echo "and can be safely ignored." > 195 > 196 # only display the above once > 197 cp -f /etc/group ${HOME}/group.mkgroup_l_d \ > 198 && ( [ -w /etc/group ] || chmod --silent a+w /etc/group ; )\ > 199 && sed -e 's/^mkgroup_l_d/mkgroup-l-d/' ${HOME}/group.mkgroup_l_d > /etc/group \ > >In fact, this /etc/profile file is identical to the /etc/profile files >in other Cygwin installations I have done recently, and do not >generate the error quoted above. > >Can someone tell me how to fix this problem? Look for a very current mirror and update. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 838 Washington Street (508) 893-9889 - FAX Holliston, MA 01746 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/