setup PATH variable by PATH=%PATH:/usr/X11R6/bin

Reid Thompson Reid.Thompson@ateb.com
Thu Sep 1 17:17:00 GMT 2005


Mark Paulus wrote:
> The statement should read:
> PATH=%PATH%:/usr/X11R6/bin
> 
> Note the trailing % on PATH.  That is a "Windowism".

yep -- that's a typo -- 
  $ PATH=%PATH:/usr/X11R6/bin 
should be 
  $ PATH=$PATH:/usr/X11R6/bin

reid

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/



More information about the Cygwin-xfree mailing list