aspose file tools
The moose likes Linux / UNIX and the fly likes Calling another shell script with relative path problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Linux / UNIX
Reply Bookmark "Calling another shell script with relative path problem" Watch "Calling another shell script with relative path problem" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Calling another shell script with relative path problem
 
Similar Threads
Where is env.sh?
jdk1.3.0_02 PATH????????????
Running JBoss-5.1.0.GA as a service on Red Hat?
problem with execution of script
Need Help With Batch File Scripting Language to Straighten Out PATH Problem in Windows Environment