> 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
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
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
3 matches
Mail list logo