aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 4cbfc3c..2dcf46d 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -100,7 +100,9 @@ namespace bpkg
// commands in main(), so you don't need to call init_tmp() explicitly
// except for certain special commands (like cfg-create).
//
- extern std::map<dir_path, dir_path> temp_dir;
+ extern std::map<dir_path, dir_path> tmp_dirs;
+
+ extern bool keep_tmp; // --keep-tmp
auto_rmfile
tmp_file (const dir_path& cfg, const string& prefix);