nuoyanliao / sshxcute

Automatically exported from code.google.com/p/sshxcute
0 stars 0 forks source link

sshxcute not working for shellscripts cllaing another shell scripts #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call a shell script inside another shell script.
2. from sshxcute call the parent shell script.
3. execute the program , you will get child shell script not found as result.

What is the expected output? What do you see instead?

if I run the script directly in unix, it is executing correctly and giving 
result. But thru sshxcute it is failing with child shell script not found. But 
the child script found in the unix directory.

What version of the product are you using? On what operating system?

sshxcute-1.0.jar

Please provide any additional information below.

Original issue reported on code.google.com by pmuthuv...@gmail.com on 14 Apr 2014 at 5:14