Re: How do I include a shell variable in my script?

2008-07-30 Thread Tobiah
On Tue, 29 Jul 2008 07:53:53 -0700, laredotornado wrote: Hi, I'm running a Python script on a Solaris 9 machine, invoking the Python script from ksh, if that matters. There is an enviornment variable, $JAVA_HOME, that I would like to include in my script, replacing /path/to/java/home'

How do I include a shell variable in my script?

2008-07-29 Thread laredotornado
Hi, I'm running a Python script on a Solaris 9 machine, invoking the Python script from ksh, if that matters. There is an enviornment variable, $JAVA_HOME, that I would like to include in my script, replacing /path/to/java/home' with the value of $JAVA_HOME. java_home='/path/to/java/home' How

Re: How do I include a shell variable in my script?

2008-07-29 Thread Jerry Hill
On Tue, Jul 29, 2008 at 10:53 AM, laredotornado [EMAIL PROTECTED] wrote: Hi, I'm running a Python script on a Solaris 9 machine, invoking the Python script from ksh, if that matters. There is an enviornment variable, $JAVA_HOME, that I would like to include in my script, replacing