diff options
Diffstat (limited to 'build2/operation.cxx')
-rw-r--r-- | build2/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. // |