Ticket #24111: patch.diff

File patch.diff, 421 bytes (added by someuser12, 14 years ago)

Patch proposal to /opt/local/share/macports/Tcl/port1.0/portutil.tcl

  • portutil.tcl

    old new  
    373373    array set env [array get ${command}.env_array]
    374374    # Call the command.
    375375    set fullcmdstring "$command_prefix $cmdstring $command_suffix"
     376    ui_debug "Calling command: $fullcmdstring"
    376377    if {$notty} {
    377378        set code [catch {system -notty $fullcmdstring} result]
    378379    } else {