Skip to content

Commit

Permalink
fix env vv
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 22, 2024
1 parent 20fb719 commit a9f90ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/coverage-log.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ proc ev {name {var ""}} {
return 0
} else {
if {$var ne ""} {
upvar $var var
set var $val
upvar $var vv
set vv $val
}
return 1
}
Expand Down

0 comments on commit a9f90ca

Please sign in to comment.