Description
Type list READ/WRITE
runenv is a modifiable copy of the env input variable. It contains a list of environment variables that pmlocald sets up when initializing the runtime environment for the session.
Example
if ( (command in appl_cmds) && (runhost == "sun8") ) { runenv={"TERM=xterm","PATH=/usr/bin:/usr/local/bin", "HOME=/home/appl_home"}; }