From 8432e7eede97c2bb324c7b6578eaf9a1a2ae4282 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 May 2018 19:46:24 +0200 Subject: Quote bdep executable path in build system hook (in case we are on Windows) --- bdep/sync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.1