From 2ad6aa134d9e8e755c8c738d0b51d72b0851c212 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 11:25:05 +0200 Subject: Constrain access to options to build system driver main() only --- build2/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/operation.cxx') diff --git a/build2/operation.cxx b/build2/operation.cxx index 9bc8a4e..0144e51 100644 --- a/build2/operation.cxx +++ b/build2/operation.cxx @@ -271,7 +271,7 @@ namespace build2 // Set the dry-run flag. // - dry_run = ops.dry_run (); + dry_run = dry_run_option; // Setup progress reporting if requested. // -- cgit v1.1