Changeset 80581
- Timestamp:
- 07/15/11 06:14:37 (4 years ago)
- File:
-
- 1 edited
-
trunk/base/src/package1.0/portarchivefetch.tcl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/package1.0/portarchivefetch.tcl
r79593 r80581 94 94 archiveTypeIsSupported $portarchivetype 95 95 96 if {[file isfile ${archive.path}]} { 97 ui_debug "Found archive: ${archive.path}" 98 set all_archive_files {} 99 set fetch_urls {} 100 } else { 101 set archive.file [file tail ${archive.path}] 102 lappend all_archive_files ${archive.file} 103 if {[info exists archive_sites]} { 104 lappend fetch_urls archive_sites ${archive.file} 105 } 96 set archive.file [file tail ${archive.path}] 97 lappend all_archive_files ${archive.file} 98 if {[info exists archive_sites]} { 99 lappend fetch_urls archive_sites ${archive.file} 106 100 } 107 101 }
Note: See TracChangeset
for help on using the changeset viewer.

