Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Thanks for the thought, but no .... no space.
keep in mind it works fine on other linux systems.
I thought it might be a literal translation in other words,
it was looking for a file name './<somefile>' but no such luck. I am wondering if the grep command used in a script like this opens it's own thread "exec" , and that thread env is dong starting in $HOME or some such , thus the failure.
looks like it may be time to try strace or truss.
Just an FYI,
the problem was in the environment files that the
script was sourcing when running.
someone had placed a cd "change directory"
so that when I sourced the environment for the shell
script, it set PWD to $HOME instead of where the script was located.
only took about 5 hours to figure it out. Oh well, sometimes you have to do the grunt work.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.