Ticket #20874: 20874.ec.1.patch
File 20874.ec.1.patch, 799 bytes (added by edward@…, 15 years ago) |
---|
-
src/macports1.0/macports.tcl
1910 1910 } 1911 1911 } 1912 1912 1913 # refresh the quickindex cache from our synced files 1914 _mports_load_quickindex 1915 1913 1916 if {$numfailed > 0} { 1914 1917 return -code error "Synchronization of $numfailed source(s) failed" 1915 1918 } … … 2178 2181 proc _mports_load_quickindex {args} { 2179 2182 global macports::sources macports::quick_index 2180 2183 2184 # purge the old quickindex, since it may be invalid 2185 if ([info exists macports::quick_index]) { 2186 unset macports::quick_index 2187 } 2188 2181 2189 set sourceno 0 2182 2190 foreach source $sources { 2183 2191 unset -nocomplain quicklist