[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] getenv = true not sending PATH environment variable in 7.2.0



On Tue, Jan 20, 2009 at 9:13 AM, Thompson, Cooper <cooper.thompson@xxxxxxxx> wrote:
For the job_wrapper.bat process (set using USER_JOB_WRAPPER), TWO PATH
environment variables, PATH and Path (case being the differentiator)
       PATH=C:\test\path\that\does\not\exist;C:\Program
Files\Perl\bin\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;
C:\condor\bin
       Path=C:\Program
Files\Perl\bin\;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;
C:\condor\bin
A quick check of my issue shows that this is exactly what I was seeing too.  Unfortunately, I gave an incorrect diagnosis of "PATH" was not being sent, when it was really getting sent as the wrong case.
 
Thanks.