Add missing newline (fixes #102)

This commit is contained in:
TheAssassin
2019-11-13 15:31:52 +01:00
parent 1be3327a11
commit 6cfa741f40

View File

@@ -194,7 +194,7 @@ namespace linuxdeploy {
if (!bf::is_regular_file(p))
return;
oss << "source \"$this_dir\"/" << APPRUN_HOOKS_DIRNAME << "/" << p.filename();
oss << "source \"$this_dir\"/" << APPRUN_HOOKS_DIRNAME << "/" << p.filename() << std::endl;
});
oss << std::endl