From 61a7600c6e2bd900b36eb94b1f9dae6a9b374db9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Nov 2018 12:36:02 +0200 Subject: Clean up command line variable handling in pkg-configure, pkg- This reflects the change we've made in the build system to the semantics in this area a while ago. --- bpkg/pkg-command.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/pkg-command.hxx') diff --git a/bpkg/pkg-command.hxx b/bpkg/pkg-command.hxx index a08188b..9b56142 100644 --- a/bpkg/pkg-command.hxx +++ b/bpkg/pkg-command.hxx @@ -33,7 +33,7 @@ namespace bpkg struct pkg_command_vars { shared_ptr pkg; - strings vars; + strings vars; // Package-specific command line vars. }; void -- cgit v1.1