From 25fdb8f5d54a5a789d5b9eac0247cf95b7296e89 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Nov 2018 17:38:34 +0200 Subject: Adjust command line variable scope syntax to reflect build system changes --- bpkg/pkg-command.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg') diff --git a/bpkg/pkg-command.cxx b/bpkg/pkg-command.cxx index 52e47c0..863e351 100644 --- a/bpkg/pkg-command.cxx +++ b/bpkg/pkg-command.cxx @@ -42,10 +42,10 @@ namespace bpkg if (v[0] == '!') gvars.push_back (v.c_str ()); - // Use path representation to get canonical trailing slash. + // Use path representation to get the trailing slash. // else - lvars.push_back (c.representation () + ':' + v); + lvars.push_back (c.representation () + v); } // This one is a bit tricky: we can only update all the packages at once if -- cgit v1.1