Skip to content

Commit

Permalink
Fix for issue #37 - removing the cwd being set to the source file bei…
Browse files Browse the repository at this point in the history
…ng processed.
  • Loading branch information
fosterbrereton committed Aug 29, 2019
1 parent f07ad39 commit 613a5e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sources/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ int main(int argc, const char** argv) try {
if (!is_directory(new_parent)) {
new_parent = new_parent.parent_path();
}
boost::filesystem::current_path(std::move(new_parent));
}

std::vector<std::string> args = integrate_hyde_config(argc, argv);
Expand Down

0 comments on commit 613a5e8

Please sign in to comment.