summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------Balau0
-rw-r--r--src/Dalos-cli.cc1
2 files changed, 1 insertions, 0 deletions
diff --git a/Balau b/Balau
-Subproject 712b4bed9973c60b5c139f98e51ed804ce8a628
+Subproject d8294ff945902faf1ac26c3ad5cabef26e01ed8
diff --git a/src/Dalos-cli.cc b/src/Dalos-cli.cc
index dd0a4a8..ae4806c 100644
--- a/src/Dalos-cli.cc
+++ b/src/Dalos-cli.cc
@@ -72,6 +72,7 @@ void MainTask::Do() {
while (optind < argc) {
todo = true;
IO<Input> file(new Input(argv[optind++]));
+ file->open();
LuaExecFile luaExecFile(file);
luaExecFile.exec(luaMainTask);
luaExecFile.throwError();