aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/sync.cxx')
-rw-r--r--bdep/sync.cxx2
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;