aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index 0f1009a..3b19d07 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -478,7 +478,6 @@ main (int argc, char* argv[])
//
init (&::terminate,
argv[0],
- ops.dry_run (),
(ops.mtime_check () ? optional<bool> (true) :
ops.no_mtime_check () ? optional<bool> (false) : nullopt),
(ops.config_sub_specified ()
@@ -621,6 +620,7 @@ main (int argc, char* argv[])
ctx = nullptr; // Free first.
ctx.reset (new context (sched,
cmd_vars,
+ ops.dry_run (),
!ops.serial_stop () /* keep_going */));
};