In linux I would go:
setenv -p MYVAR "somevalue"
But this doesn't seem to work in cygwin.
|
In linux I would go:
But this doesn't seem to work in cygwin.
| |||
|
feedback
|
|
I may be wrong, but my version of Cygwin is running bash, so the command to set a variable is different. This is the code you need:
The If you type I forget which ones are loaded when, but I think that they are all loaded when you first startup. I think
Your shell with then execute Also, throw this in if you don't want to worry about the differences in
This will load | |||||
feedback
|
echo $SHELLgives me back /bin/sh - google tells me this is the Bourne shell. – BeeBand Jun 22 '11 at 18:18