aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/package-skeleton.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index 3bfd634..bc7120c 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -1971,7 +1971,7 @@ namespace bpkg
// collect_config(). So instead of calling merge_cmd_vars() we will do
// our own (but consistent) thing.
//
- const strings* cmd_vars;
+ const strings* cmd_vars (nullptr);
{
assert (!cmd_vars_cache_); // Sanity check (we are always first).