aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/utility.cxx')
-rw-r--r--bdep/utility.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/utility.cxx b/bdep/utility.cxx
index 01456eb..3d97090 100644
--- a/bdep/utility.cxx
+++ b/bdep/utility.cxx
@@ -80,7 +80,8 @@ namespace bdep
}
}
- bool stderr_term;
+ optional<const char*> stderr_term = nullopt;
+ bool stderr_term_color = false;
dir_path
current_directory ()