Changeset 735


Ignore:
Timestamp:
May 12, 2007 7:18:44 PM (17 years ago)
Author:
mmc
Message:

Oops! The "submit" command isn't on the user's path right now.
Fixed the reference to its absolute path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/tool.tcl

    r734 r735  
    174174        # if job_protocol is "submit", then use use submit command
    175175        if {[resources -jobprotocol] == "submit"} {
    176             set cmd [linsert $cmd 0 submit --local]
     176            set cmd [linsert $cmd 0 /apps/submit/bin/submit --local]
    177177        }
    178178
Note: See TracChangeset for help on using the changeset viewer.