| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 <mlng AT foxtrott-nb DOT de> |
| Subject: | For me this worked: |
| Date: | Tue, 16 Nov 2004 13:35:53 +0100 |
| Lines: | 19 |
| Message-ID: | <cncs6t$na8$1@sea.gmane.org> |
| References: | <200411152238 DOT iAFMc2u03761 AT panix3 DOT panix DOT com> |
| Mime-Version: | 1.0 |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |