summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--subcmds/forall.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index 7d5f7794..e2a420a9 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -260,7 +260,12 @@ without iterating through the remaining projects.
260 first = False 260 first = False
261 else: 261 else:
262 out.nl() 262 out.nl()
263 out.project('project %s/', project.relpath) 263
264 if mirror:
265 project_header_path = project.name
266 else:
267 project_header_path = project.relpath
268 out.project('project %s/', project_header_path)
264 out.nl() 269 out.nl()
265 out.flush() 270 out.flush()
266 if errbuf: 271 if errbuf: