aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-15 13:05:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-15 13:05:31 +0200
commit1a8aa9b68f8986f48d52182db1cc80942f379ede (patch)
tree276d4cde5544379f6f6088012b106e25a4d4e382 /bpkg/package-skeleton.cxx
parent4fe93fb31b20925c93f12f4a182dc57155fab5b6 (diff)
Minor cleanups
Diffstat (limited to 'bpkg/package-skeleton.cxx')
-rw-r--r--bpkg/package-skeleton.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index e6a0be9..9459d9b 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -486,7 +486,8 @@ namespace bpkg
// @@ One potentially-bogus config variable could be config.*.develop.
// Would have been nice not to drag it around if not used by the
// package. And, could be helpful to warn that configuration variable
- // does not exist.
+ // does not exist. But we cannot do it consistently since we don't
+ // always load the skeleton.
//
for (const variable& var: rs.ctx.var_pool)
{