We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1fb74 commit e1a6e77Copy full SHA for e1a6e77
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