Skip to content

Commit

Permalink
getOpt.tcl: fix forward process
Browse files Browse the repository at this point in the history
  • Loading branch information
tcler committed Apr 19, 2017
1 parent 7de3cc3 commit ef35702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getOpt-3.0/getOpt.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ proc ::getOpt::getOptions {optLists argv validOptionVar invalidOptionVar notOpti
}

set forward {}
if [dict exists $optList $opt forward] {
if [dict exists $optAttr forward] {
set forward y
}

Expand Down

0 comments on commit ef35702

Please sign in to comment.