Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] bug in environment handling?
- Date: Thu, 17 May 2007 16:35:30 +0100
- From: "Kewley, J \(John\)" <j.kewley@xxxxxxxx>
- Subject: Re: [Condor-users] bug in environment handling?
When the environment var is "inserted" into the remote environment,
it isn't subject to env var expansion. the cmd shell probably only
does a single expansion, expanding TMP and TEMP, but not %whatever% that
is "inside" them
I think $dollar behaves similarly for Linux using a similar
scheme. Try "TMP=${HOME} TEMP=${HOME}" for instance.
cheers
JK
> ...
> environment = "TMP=%_CONDOR_SCRATCH_DIR%
> TEMP=%_CONDOR_SCRATCH_DIR%"
>
> in the submission file instead of a batch file, but I'm not
> seeing the environment set.