diff options
-rw-r--r-- | bdep/new.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/new.cxx b/bdep/new.cxx index 0b4fd56..51a5308 100644 --- a/bdep/new.cxx +++ b/bdep/new.cxx @@ -2406,7 +2406,7 @@ cmd_new (cmd_new_options&& o, cli::group_scanner& args) << '\n'; if (!binless) - os << "pub_hdrs = $($pub/pub_hdrs)" << '\n' + os << "pub_hdrs = $($pub/ pub_hdrs)" << '\n' << '\n'; } |