Ticket #31644: patch-macports.tcl.diff
File patch-macports.tcl.diff, 851 bytes (added by ak.ml@…, 13 years ago) |
---|
-
macports1.0/macports.tcl
1973 1973 switch -regexp -- [macports::getprotocol $source] { 1974 1974 {^file$} { 1975 1975 set portdir [macports::getportdir $source] 1976 if {[file exists $portdir/.svn]} { 1977 set svn_commandline "[macports::findBinary svn] update --non-interactive ${portdir}" 1976 set svn_command [macports::findBinary svn] 1977 if {[catch {exec ${svn_command} info ${portdir}}] == 0} { 1978 set svn_commandline "${svn_command} update --non-interactive ${portdir}" 1978 1979 ui_debug $svn_commandline 1979 1980 if { 1980 1981 [catch {