Re: Environment variables in bash don't get set from scripts

2008-01-15 Thread Andry
Hello cygwin, >I'm using cygwin on XP Pro and was having no issues untill I updated some dev >pacakages the other day. Now none of my shell scripts are able to SET >environment variables for a session. I can "export foo=something" but my >scripts can't "SET foo something". Any -deas? Thanks >-s

RE: Environment variables in bash don't get set from scripts

2008-01-15 Thread Thorsten Kampe
* Dixon, Scott (Mon, 14 Jan 2008 18:23:36 -0800) > Huh; the 'startxwin.bat' script uses "SET": > > @echo off > SET DISPLAY=127.0.0.1:0.0 *sigh* it's startxwin.bat not startxwin.sh... Thorsten -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwi

RE: Environment variables in bash don't get set from scripts

2008-01-14 Thread Dixon, Scott
_SOCKET and SSH_AGENT_PID. -Original Message- From: Eric Blake [mailto:[EMAIL PROTECTED] Sent: January 14, 2008 18:09 To: cygwin@cygwin.com; Dixon, Scott Subject: Re: Environment variables in bash don't get set from scripts -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dixon, Sco

Re: Environment variables in bash don't get set from scripts

2008-01-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dixon, Scott on 1/14/2008 4:38 PM: | I'm using cygwin on XP Pro and was having no issues untill I updated some dev pacakages the other day. Now none of my shell scripts are able to SET environment variables for a session. I can "export fo

Environment variables in bash don't get set from scripts

2008-01-14 Thread Dixon, Scott
I'm using cygwin on XP Pro and was having no issues untill I updated some dev pacakages the other day. Now none of my shell scripts are able to SET environment variables for a session. I can "export foo=something" but my scripts can't "SET foo something". Any -deas? Thanks -scott ---