summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-xbitbake/bin/bitdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/bitdoc b/bitbake/bin/bitdoc
index c2a7061d1b..98fb025a50 100755
--- a/bitbake/bin/bitdoc
+++ b/bitbake/bin/bitdoc
@@ -497,7 +497,7 @@ def main():
497 doc.insert_doc_item(doc_ins) 497 doc.insert_doc_item(doc_ins)
498 498
499 # let us create the HTML now 499 # let us create the HTML now
500 bb.mkdirhier(output_dir) 500 bb.utils.mkdirhier(output_dir)
501 os.chdir(output_dir) 501 os.chdir(output_dir)
502 502
503 # Let us create the sites now. We do it in the following order 503 # Let us create the sites now. We do it in the following order