Re: Script to Auto CYGWIN -U all environment varialbes

2011-02-08 Thread Andrew Schulman
> Has anyone written anything into their bash profile or whatever that goes > through each windows environment variable currently extant, and resets them > via CYGPATH > > e.g. > > Before, @ start of .bashrc > ETC=C:\WINDOWS\ETC > > After run of .bashrc > ETC=`$(cygpath -u '$ETC')`; EXPORT ETC

Re: Script to Auto CYGWIN -U all environment varialbes

2011-02-07 Thread David Sastre
On Mon, Feb 07, 2011 at 03:36:26PM -0700, Gary Furash wrote: > Has anyone written anything into their bash profile or whatever that goes > through each windows environment variable currently extant, and resets them > via CYGPATH > > Before, @ start of .bashrc > ETC=C:\WINDOWS\ETC > > After run of

Script to Auto CYGWIN -U all environment varialbes

2011-02-07 Thread Gary Furash
Has anyone written anything into their bash profile or whatever that goes through each windows environment variable currently extant, and resets them via CYGPATH e.g. Before, @ start of .bashrc ETC=C:\WINDOWS\ETC After run of .bashrc ETC=`$(cygpath -u '$ETC')`; EXPORT ETC (--> /cygpath/c/window