mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-19 09:45:16 -05:00
Add missing newline (fixes #102)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user