This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: parens in PATH break tcsh /etc/profile.d init for xorg and lapack
- From: Shankar Unni <shankarunni at netscape dot net>
- To: cygwin at cygwin dot com
- Date: Thu, 22 Feb 2007 18:41:38 -0800
- Subject: Re: parens in PATH break tcsh /etc/profile.d init for xorg and lapack
- References: <472946.24106.qm@web51012.mail.yahoo.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/