| Author |
Calling another shell script with relative path problem
|
Sujoy Choudhury
Ranch Hand
Joined: Sep 17, 2008
Posts: 132
|
|
Hello,
I want to execute a file (runFile.sh) from a different directory.
Inside 'runFile.sh' (which is not my code so I can't change this file) first few lines are like this:
So, when I try to call this file it is failing saying that 'env.sh' not found.
My Code:
Then I changed code like this.
When I run this file the cd command doesn't work.
How can I solve this problem?
|
Thanks and Regards,
~Sujoy
|
 |
Sujoy Choudhury
Ranch Hand
Joined: Sep 17, 2008
Posts: 132
|
|
|
resolved this issue by implementing pushd and popd functions
|
 |
 |
|
|
subject: Calling another shell script with relative path problem
|
|
|