aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/dump.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-05-08 13:10:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-05-27 08:35:29 +0200
commit66b6e20659a0d611e89adde85cd7bcb34a92a2c7 (patch)
tree9b78f9ad9f45011be4b5d04574fe8bb76d5cc867 /libbuild2/dump.cxx
parenta5bf818ebb55e4e27eb0f067664fd4db70284267 (diff)
Use recipe data in ad hoc rule
Diffstat (limited to 'libbuild2/dump.cxx')
-rw-r--r--libbuild2/dump.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/dump.cxx b/libbuild2/dump.cxx
index 919b921..6eb8018 100644
--- a/libbuild2/dump.cxx
+++ b/libbuild2/dump.cxx
@@ -373,7 +373,7 @@ namespace build2
}
os << ind << string (r.braces, '{') << endl
- << ind << r.recipe
+ << ind << r.script
<< ind << string (r.braces, '}');
}