We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1356e6a + e1a6e77 commit 757efd9Copy full SHA for 757efd9
hack/common.sh
@@ -475,7 +475,7 @@ os::build::gen-docs() {
475
# We do this in a tmpdir in case the dest has other non-autogenned files
476
# We don't want to include them in the list of gen'd files
477
local tmpdir="${OS_ROOT}/_tmp/gen_doc"
478
- mkdir "${tmpdir}"
+ mkdir -p "${tmpdir}"
479
# generate the new files
480
${cmd} "${tmpdir}"
481
# create the list of generated files
0 commit comments