On Mon, Sep 30, 2013 at 2:07 PM, <[email protected]> wrote: > > Pradeep, > The shell function abc is defined in your bash script which will not be > defined on the machines in which you are trying to run it. > Convert it into a bash script and invoke that.
Or use: --env Read the manual on --env and walk through the tutorial if you do not know --env. If you have never tried the automagical '--env _' then do that at least once. Methinks it is superneat. /Ole
