Changeset 3522

Show
Ignore:
Timestamp:
10/07/2009 03:59:57 PM (2 months ago)
Author:
brian
Message:

Fix build command.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nmi/src/glue_mgltools.py

    r3521 r3522  
    3939    tools = os.environ.get("NMI_MGLTools", "") 
    4040    tools = tools.split() 
    41     print "Running setup command %s on tools: %s" % (cmd, ", ".join(tools)) 
     41    print "Running setup command %s on tools: %s" % (pycmd, ", ".join(tools)) 
    4242    pwd = os.getcwd() 
    4343    print glue.run_cmd("env")