RE: bash script does't work.

2003-11-03 Thread Hannu E K Nevalainen
> From: Pierre-Philippe Coupard > Sent: Sunday, November 02, 2003 6:36 PM > Seiji Yoneda wrote: > > $ ora8i.sh< Execute this script > > --8<--8<-- > > > $ printenv ORA_HOME < After execution of script > > <--- After execution, ORA_HOME has no

Re: bash script does't work.

2003-11-02 Thread Pierre-Philippe Coupard
Seiji Yoneda wrote: $ ora8i.sh< Execute this script --8<--8<-- $ printenv ORA_HOME < After execution of script <--- After execution, ORA_HOME has nothing !! $ printenv PATH < After execution, PATH does't change!! This isn't a

bash script does't work.

2003-11-02 Thread Seiji Yoneda
Hi, I'm using bash 2.05a.0(2) on win2k pro and I'm running into problems that the bash script doesn't work as I expected. My bash script is as follows, < from here the script (ora8i.sh) start #!/usr/bin/bash ORA_HOME='/c/oracle/ora817' export ORA_HOME PATH=${ORA_HOME}/bin:${PA