Xpd.putenv with spaces in value

Hi,
I try to set an environment variable with the xpd.putenv directive in the configuration
file of the proof slaves. The value contains a whitespace. However the value is only
read up to the space:

gProof->GetManager()->GetSessionLogs()->Display("0.0",0) ... 01118 18:12:24 4890 xpd-I: Manager::ResolveKeywords: enter: TESTME=Hello - WorkDir(): /tmp/2676043.1.proof.q/proof/proofbox 101118 18:12:24 4890 xpd-I: Manager::ResolveKeywords: after <workdir>: TESTME=Hello 101118 18:12:24 4890 xpd-I: Manager::ResolveKeywords: after <host>: TESTME=Hello 101118 18:12:24 4890 xpd-I: Manager::ResolveKeywords: exit: TESTME=Hello 101118 18:12:24 4890 xpd-I: ProofServMgr::SetProofServEnv: TESTME=Hello

I tried to quote the string or to escape the whitespace with a \ none of this worked.
What is the correct syntax to escape the space?

Thanks in advance,

Jörgen

Hi,

Which ROOT version are you using?
This problem should be solved in the trunk.

G. Ganis