aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-15 11:55:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-15 14:21:10 +0300
commit02ada52a38576331f58744ffa83d9cbba6b53827 (patch)
tree0ab02eef86106f7568e6b487719521e3126f5fa9 /bpkg/utility.hxx
parent3a0917dc2e05e8c0a48b12adf19fa2ee9a4a91f8 (diff)
Use portable environment variable manipulation functions
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 367f03d..19d664e 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -40,6 +40,10 @@ namespace bpkg
using butl::make_guard;
using butl::make_exception_guard;
+ using butl::getenv;
+ using butl::setenv;
+ using butl::unsetenv;
+
// <libbutl/filesystem.mxx>
//
using butl::auto_rmfile;