Skip to content

Commit

Permalink
Fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco committed Dec 25, 2014
1 parent 349ad01 commit a2b8db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jvml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function vm.loadfile(path)
return f, err
end

shell.run(fs.combine(vm.jcd, "asm/build/asm/load_asm.lua"))
shell.run("/"..fs.combine(vm.jcd, "asm/build/asm/load_asm.lua"))
dofile(fs.combine(vm.jcd, "bigint/bigint.lua"))
dofile(fs.combine(vm.jcd, "jvml_data/vm/classpath.lua"))
dofile(fs.combine(vm.jcd, "jvml_data/vm/runtime.lua"))
Expand Down

0 comments on commit a2b8db2

Please sign in to comment.