[newbie] setting an eviromment variable in bash

2002-11-17 Thread Jordan Thompson
now you'd think this was easy and I'm sure it is once you know how ;-) I want to do a setenv (which does not exist in bash.) I am using ant which expects JAVA_HOME to be set to wherever your jre is. I tried: set JAVA_HOME=yadayada when I do this, and then do a set | grep HOME, I get:

Re: [newbie] setting an eviromment variable in bash

2002-11-17 Thread Stephen Kuhn
On Mon, 2002-11-18 at 09:02, Jordan Thompson wrote: now you'd think this was easy and I'm sure it is once you know how ;-) I want to do a setenv (which does not exist in bash.) I am using ant which expects JAVA_HOME to be set to wherever your jre is. I tried: set