From b94b5381f68061121c22f2786ba1fa774f1ee6f6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jul 2016 17:25:23 +0200 Subject: Convert to use canonical directory separators --- bpkg/pkg-command.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bpkg/pkg-command.cxx') diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx index 4f5478d..ba1b548 100644 --- a/bpkg/pkg-command.cxx +++ b/bpkg/pkg-command.cxx @@ -62,9 +62,11 @@ namespace bpkg if (bspec.back () != '(') bspec += ' '; + // Use path representation to get canonical trailing slash. + // + bspec += '\''; + bspec += out_root.representation (); bspec += '\''; - bspec += out_root.string (); - bspec += "/'"; if (!pv.vars.empty ()) run (pv.vars); // Run this package. -- cgit v1.1