This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: .bashrc


Your problem is with the following two lines:

export PATH=
opt/Mix_nt; /usr/local/bin /usr/X11R6.4/bin$PATH

This should read:

export PATH=/opt/Mix_nt:/usr/local/bin:/usr/X11R6.4/bin:$PATH

Note that it is one line and uses colons to seperate each element of the
path.  I really strongly recommend that you get a good book on BASH.
_Learning the bash Shell_ from O'Reilly is pretty good.

phil

----- Original Message -----
From: Franklin Wingate <maurio@csh.rit.edu>
To: <cygwin@sourceware.cygnus.com>
Sent: Tuesday, 28 September, 1999 21:51
Subject: .bashrc


>
> Sorry to keep bothering everyone with this basic problem, but some time
> ago, i was using the information on
> http://www.scoutsys.com/sunt/su32/setting_up_cygwin.htm which no longer
> exists i basically set up my directory structure and bashrc file as was
> indicated on the page, but when i try to use the .bashrc file, i get
> /opt/Mix_nt is a director. I have included the file for someone to inspect
> please someone give me a straight answer what i'm doing wrong



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]