aboutsummaryrefslogtreecommitdiff
path: root/bdep/build.txx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/build.txx')
-rw-r--r--bdep/build.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/build.txx b/bdep/build.txx
index cdf7237..a9b237c 100644
--- a/bdep/build.txx
+++ b/bdep/build.txx
@@ -32,7 +32,7 @@ namespace bdep
if (strchr (a , '=') == nullptr)
fail << "'" << a << "' does not look like a variable assignment";
- cfg_vars.push_back (a);
+ cfg_vars.push_back (trim (a));
}
// The same ignore/load story as in sync.