I am trying to get the "home" shell variable from the remote machine. When starting the buildbot master, the os.environ['HOME'] returns the master's home, which i do not want. I have not been able to find the function call in the source. How do i get the os.environ['HOME'] from the slave, (at runtime)? Thanks, Ryan