New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81371


Ignore:
Timestamp:
07/29/11 17:40:22 (4 years ago)
Author:
jmr@…
Message:

translate special 'exit' return code to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/port.tcl

    r81234 r81371  
    46734673    set exit_status [process_command_files $ui_options(ports_commandfiles)] 
    46744674} 
     4675if {$exit_status == -999} { 
     4676    set exit_status 0 
     4677} 
    46754678 
    46764679# shut down macports1.0 
Note: See TracChangeset for help on using the changeset viewer.