Ticket #24111: patch.diff
File patch.diff, 421 bytes (added by someuser12, 15 years ago) |
---|
-
portutil.tcl
old new 373 373 array set env [array get ${command}.env_array] 374 374 # Call the command. 375 375 set fullcmdstring "$command_prefix $cmdstring $command_suffix" 376 ui_debug "Calling command: $fullcmdstring" 376 377 if {$notty} { 377 378 set code [catch {system -notty $fullcmdstring} result] 378 379 } else {