public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Script to Auto CYGWIN -U all environment varialbes
@ 2011-02-07 22:36 Gary Furash
  2011-02-07 22:59 ` David Sastre
  2011-02-08 13:44 ` Andrew Schulman
  0 siblings, 2 replies; 3+ messages in thread
From: Gary Furash @ 2011-02-07 22:36 UTC (permalink / raw)
  To: cygwin

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/windows/etc)

Or something like that. So, by the time you hit your cygwin prompt all your
environment variables are already cleaned up.


Gary Furash | furashgary@gmail.com | 520-907-2470




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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-08 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-07 22:36 Script to Auto CYGWIN -U all environment varialbes Gary Furash
2011-02-07 22:59 ` David Sastre
2011-02-08 13:44 ` Andrew Schulman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).