mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-20 20:25:46 -05:00
Fix escaping in auto-generated script, mk. 2
This commit is contained in:
@@ -199,7 +199,7 @@ namespace linuxdeploy {
|
||||
<< "# make sure errors in sourced scripts will cause this script to stop" << std::endl
|
||||
<< "set -e" << std::endl
|
||||
<< std::endl
|
||||
<< "this_dir=\"$(readlink -f \"$(dirname \"$0\")\")" << std::endl
|
||||
<< "this_dir=\"$(readlink -f \"$(dirname \"$0\")\")\"" << std::endl
|
||||
<< std::endl;
|
||||
|
||||
std::for_each(bf::directory_iterator(appRunHooksPath), bf::directory_iterator{}, [&oss](const bf::path& p) {
|
||||
|
||||
Reference in New Issue
Block a user