aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/operation.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dist/operation.cxx')
-rw-r--r--build2/dist/operation.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/dist/operation.cxx b/build2/dist/operation.cxx
index 6b50c14..027452f 100644
--- a/build2/dist/operation.cxx
+++ b/build2/dist/operation.cxx
@@ -123,7 +123,9 @@ namespace build2
//
set_current_oif (*oif);
- match (action (dist_id, oif->id), ts); // Standard (perform) match.
+ // Use standard (perform) match.
+ //
+ match (action (dist_id, oif->id), ts);
}
}