undo change introduced in 9556d37fd6 because this breaks functionality in 0.3.2

time-shift
Houtan Bastani 2015-08-17 11:42:52 +02:00
parent cf3cdf0d59
commit d208391c6d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function dynare(modfile)
run(`$preprocessor $modfile language=julia output=dynamic`)
# Load module created by preprocessor
basename = split(modfile, ".mod"; keep=false)
basename = split(modfile, ".mod", false)
require(basename[1])
end