Ticket #31644: patch-macports.tcl.diff

File patch-macports.tcl.diff, 851 bytes (added by ak.ml@…, 13 years ago)
  • macports1.0/macports.tcl

     
    19731973        switch -regexp -- [macports::getprotocol $source] {
    19741974            {^file$} {
    19751975                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}"
    19781979                    ui_debug $svn_commandline
    19791980                    if {
    19801981                        [catch {