diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-07 13:53:20 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-03-07 13:58:48 +0200 |
commit | c6a4d07f79c8167c86f4d64669c689852efcbd4c (patch) | |
tree | 2b5df5564e8d73a9413d3710e307915967f9c0af /libbuild2/install/operation.cxx | |
parent | 8475c82a2ca186f4ca987e50b4249bb8eb32ba01 (diff) |
Fix operation-specific variables logic for inner/outer operations
Diffstat (limited to 'libbuild2/install/operation.cxx')
-rw-r--r-- | libbuild2/install/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/install/operation.cxx b/libbuild2/install/operation.cxx index 6ae2819..8c59ac1 100644 --- a/libbuild2/install/operation.cxx +++ b/libbuild2/install/operation.cxx @@ -81,7 +81,7 @@ namespace build2 update_id, // Note: not update_for_install_id. install_id, op_update.name, - nullptr, // Outer operation variable is always used. + op_update.var_name, op_update.name_do, op_update.name_doing, op_update.name_did, |