Skip to content

Commit 698d3bb

Browse files
committed
fix chmod
1 parent 272fd43 commit 698d3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def build_one(checkout, target, isdev, quick):
9494
logging.info("Copying HTML files to %s", target)
9595
shell_out("chown -R :docs Doc/build/html/")
9696
shell_out("chmod -R o+r Doc/build/html/")
97-
shell_out("find Doc/build/html/ -type d -exec chmod o+x ';'")
97+
shell_out("find Doc/build/html/ -type d -exec chmod o+x {} ';'")
9898
shell_out("cp -a Doc/build/html/* %s" % target)
9999
if not quick:
100100
logging.debug("Copying dist files")

0 commit comments

Comments
 (0)