Skip to content

Commit

Permalink
Use proper variable declaration for PicsDir
Browse files Browse the repository at this point in the history
  • Loading branch information
ajraymond committed Jan 30, 2013
1 parent 6c03a07 commit 3f9b9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/gorilla.tcl
Expand Up @@ -43,7 +43,7 @@ namespace eval ::gorilla {
variable Dir [ file normalize [ file dirname [ info script ] ] ]
}

set ::gorilla::PicsDir [ file join $::gorilla::Dir pics ]
variable PicsDir [ file join $::gorilla::Dir pics ]
}

# ----------------------------------------------------------------------
Expand Down

0 comments on commit 3f9b9ff

Please sign in to comment.