Skip to content
Permalink
Browse files

Mirror script fixes

  • Loading branch information
jmroot committed Mar 10, 2018
1 parent 81c423f commit 4d222da8c19c8244303df718d92711b9680e0017
Showing with 2 additions and 2 deletions.
  1. +2 −2 tools/mirror-multi.tcl
@@ -36,11 +36,11 @@ package require macports

if {[catch {mportinit "" "" ""} result]} {
ui_error "$errorInfo"
ui_error "Failed to initialize ports sytem: $result"
ui_error "Failed to initialize ports system: $result"
exit 1
}

set platforms [list 8 ppc 8 i386 9 ppc 9 i386]
set platforms [list 8 powerpc 8 i386 9 powerpc 9 i386]
foreach vers {10 11 12 13 14 15 16 17} {
if {${macports::os_major} != $vers} {
lappend platforms $vers i386

0 comments on commit 4d222da

Please sign in to comment.
You can’t perform that action at this time.