Changeset 39177 for trunk/base/src
- Timestamp:
- 2008-08-11 05:22:33 (3 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port1.0/portfetch.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port1.0/portfetch.tcl
r38960 r39177 540 540 541 541 # Perform a standard fetch, assembling fetch urls from 542 # the listed url var able and associated distfile542 # the listed url variable and associated distfile 543 543 proc fetchfiles {args} { 544 544 global distpath all_dist_files UI_PREFIX fetch_urls … … 672 672 global distname distpath all_dist_files fetch.type 673 673 674 # Check for files, download if nec cesary674 # Check for files, download if necessary 675 675 if {![info exists all_dist_files] && "${fetch.type}" == "standard"} { 676 676 return 0

