|
@@ -260,7 +260,12 @@ without iterating through the remaining projects.
|
|
|
first = False
|
|
first = False
|
|
|
else:
|
|
else:
|
|
|
out.nl()
|
|
out.nl()
|
|
|
- out.project('project %s/', project.relpath)
|
|
|
|
|
|
|
+
|
|
|
|
|
+ if mirror:
|
|
|
|
|
+ project_header_path = project.name
|
|
|
|
|
+ else:
|
|
|
|
|
+ project_header_path = project.relpath
|
|
|
|
|
+ out.project('project %s/', project_header_path)
|
|
|
out.nl()
|
|
out.nl()
|
|
|
out.flush()
|
|
out.flush()
|
|
|
if errbuf:
|
|
if errbuf:
|