Update of /src/master/dx/src/misc In directory opendx.watson.ibm.com:/tmp/cvs-serv65910
Modified Files:
dx.c
Log Message:
putenv uses the string you pass it as part of the env, so you
can't pass in s. Instead, you have to allocate a string to pass to
putenv.
