diff options
-rw-r--r-- | bdep/sync.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/sync.cxx b/bdep/sync.cxx index 7f0a0ca..e2e9caa 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -378,7 +378,7 @@ namespace bdep << "if ($build.meta_operation != 'info' && \\" << endl << " $build.meta_operation != 'configure' && \\" << endl << " $build.meta_operation != 'disfigure')" << endl - << " run " << argv0 << " sync --hook=1 " << + << " run '" << argv0 << "' sync --hook=1 " << "--verbose $build.verbosity " << "--config \"$out_root\"" << endl; |