Changeset 4166 for trunk/base


Ignore:
Timestamp:
Dec 8, 2003, 4:03:02 PM (20 years ago)
Author:
landonf (Landon Fuller)
Message:

A poorly placed $ causes this if conditional to always evaluate to false

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portutil.tcl

    r4155 r4166  
    696696                } else {
    697697                        foreach key [array names upvariations *] {
    698                                 if {![info exists $oldvariations($key)] || $upvariations($key) != $oldvariations($key)} {
     698                                if {![info exists oldvariations($key)] || $upvariations($key) != $oldvariations($key)} {
    699699                                        set mismatch 1
    700700                                        break
Note: See TracChangeset for help on using the changeset viewer.