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 To: cygwin AT cygwin DOT com From: Ronny Schoeniger Subject: For me this worked: Date: Tue, 16 Nov 2004 13:35:53 +0100 Lines: 19 Message-ID: References: <200411152238 DOT iAFMc2u03761 AT panix3 DOT panix DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet AT sea DOT gmane DOT org X-Gmane-NNTP-Posting-Host: pd9ed2507.dip0.t-ipconnect.de User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) In-Reply-To: <200411152238.iAFMc2u03761@panix3.panix.com> X-IsSubscribed: yes Delete the leading TAB in line 70, so that the first character of the line is the E of EOF 60 # Run all of the profile.d scripts 61 # Note that these are supplied by separate packages 62 # Ascending alphanumerical order enforced 63 if [ -d "/etc/profile.d" ]; then 64 while read f; do 65 if [ -f "${f}" ]; then 66 . "${f}" 67 fi 68 done <<- EOF 69 `/bin/find /etc/profile.d -iname '*.sh' -type f | sort` 70 EOF ^ Greets Ronny -- 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/