From 7bb44980ced46506c10bad333f526b7bc62ea1db Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 3 Sep 2021 18:24:08 +0300 Subject: Add support for multiple temporary directories --- bpkg/cfg-create.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index 8101dc0..29de01c 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -165,10 +165,9 @@ namespace bpkg } } - // Initialize tmp directory, unless it is already initialized. + // Initialize tmp directory. // - if (temp_dir.empty ()) - init_tmp (c); + init_tmp (c); // Create the database. // -- cgit v1.1