Changeset 1532 for trunk/base


Ignore:
Timestamp:
Jan 3, 2003, 10:57:26 PM (21 years ago)
Author:
jkh
Message:

Properly use variations as an array.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port/portall.tcl

    r1500 r1532  
    146146    global target options variations
    147147
    148     if [catch {set interp [dportopen file://$portdir [array get options] $variations]} err] {
     148    if [catch {set interp [dportopen file://$portdir [array get options] [array get variations]]} err] {
    149149        puts "Error: Couldn't create interpreter for $portdir: $err"
    150150        return -1
     
    159159# zero-out the options array
    160160array set options [list]
    161 set variations [list]
     161array set variations [list]
    162162
    163163if { $argc < 1 } {
Note: See TracChangeset for help on using the changeset viewer.