| delorie.com/archives/browse.cgi | search |
| X-Spam-Check-By: | sourceware.org |
| To: | cygwin AT cygwin DOT com |
| From: | Shankar Unni <shankarunni AT netscape DOT net> |
| Subject: | Re: parens in PATH break tcsh /etc/profile.d init for xorg and lapack |
| Date: | Thu, 22 Feb 2007 18:41:38 -0800 |
| Lines: | 16 |
| Message-ID: | <erlk93$ii7$1@sea.gmane.org> |
| References: | <472946 DOT 24106 DOT qm AT web51012 DOT mail DOT yahoo DOT com> |
| Mime-Version: | 1.0 |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2pre) Gecko/20070116 Thunderbird/2.0b2 Mnenhy/0.7.5.666 |
| In-Reply-To: | <472946.24106.qm@web51012.mail.yahoo.com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| 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 |
Mark Charney wrote: > /cygdrive/c/Program Files (x86)/Microsoft Visual Studio 8/VC/bin/amd64 Yeah, you have to take care to quote all the directories that you work with. As long as you do that, it should handle parentheses just fine. % setenv PATH "$PATH":"/usr/bin (x86)" % echo $PATH /cygdrive/c/Apps/bin:/cygdrive/c/oracle/product/10.2.0/db_1/bin:/cygdrive/c/Apps/bin:/cygdrive/c/Apps/emacs-21.3/bin:/cygdrive/c/ant/bin:/cygdrive/c/java5/bin:/ usr/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program Files/cvsnt:/cygdrive/c/Program Files/Rational/common:/usr/bin (x86) % ls 3rdparty/ common/ scripts/ Looks good to me.. -- 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 |