Skip to content

Commit

Permalink
fix returned local/scalar #124
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjarkefur committed Feb 14, 2018
1 parent 3dbc793 commit 4f66407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ado_files/ietoolkit.ado
Expand Up @@ -25,8 +25,8 @@ program ietoolkit, rclass
**********************/

* Prepare returned locals
return local diffvars `"`difference'"'
return scalar nummatch = `:list sizeof match'
return local versiondate "`versionDate'"
return scalar version = `version'

* Display output
noi di ""
Expand Down

0 comments on commit 4f66407

Please sign in to comment.