Skip to content

Commit 757efd9

Browse files
author
OpenShift Bot
committed
Merge pull request #3944 from deads2k/fix-gendocs
Merged by openshift-bot
2 parents 1356e6a + e1a6e77 commit 757efd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ os::build::gen-docs() {
475475
# We do this in a tmpdir in case the dest has other non-autogenned files
476476
# We don't want to include them in the list of gen'd files
477477
local tmpdir="${OS_ROOT}/_tmp/gen_doc"
478-
mkdir "${tmpdir}"
478+
mkdir -p "${tmpdir}"
479479
# generate the new files
480480
${cmd} "${tmpdir}"
481481
# create the list of generated files

0 commit comments

Comments
 (0)