From 542ad9696f50e33fa20e735c14c052720c55bc3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 23 Aug 2019 14:35:53 +0200 Subject: dry_run --- libbuild2/operation.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/operation.cxx') diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index ac1c159..080123e 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -283,7 +283,7 @@ namespace build2 // Set the dry-run flag. // - dry_run = dry_run_option; + ctx.dry_run = ctx.dry_run_option; // Setup progress reporting if requested. // @@ -356,7 +356,7 @@ namespace build2 // Clear the dry-run flag. // - dry_run = false; + ctx.dry_run = false; // Clear the progress if present. // -- cgit v1.1