search for: set_env

Displaying 1 result from an estimated 1 matches for "set_env".

Did you mean: get_env
2005 May 03
1
filename paths different in server mode
...ed to do that with older versions and it does not do that with compilations on other systems. $ rsync -a ewok::cadroot/release/bin/ . $ ls bin Where did that extra directory come from? Testing with a different machine works as expected. $ rsync -a wookie::cadroot/release/bin/ . $ ls set_env ...more contents of bin not shown... In the bad case I am getting an extra directory in the path. I don't get this in other configurations. How can I debug this? I am only seeing this problem on HP-UX. And of course that is the platform I am trying to use. Any hints on how to debug why...