From 4c7b3f9500c668aa99328e419f6d09c722814f97 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 29 Mar 2018 14:02:18 +0200 Subject: Improve pkg-checkout progress diagnostics at verbosity level 1 --- bpkg/bpkg.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index ece9046..c82c92d 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -47,6 +47,7 @@ #include using namespace std; +using namespace butl; using namespace bpkg; // Get -d|--directory value if the option class O has it and empty path @@ -139,6 +140,7 @@ try { using namespace cli; + stderr_term = fdterm (stderr_fd ()); exec_dir = path (argv[0]).directory (); // This is a little hack to make our baseutils for Windows work when called -- cgit v1.1