Skip to content

Commit

Permalink
Merge pull request #3944 from deads2k/fix-gendocs
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jul 29, 2015
2 parents 1356e6a + e1a6e77 commit 757efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ os::build::gen-docs() {
# We do this in a tmpdir in case the dest has other non-autogenned files
# We don't want to include them in the list of gen'd files
local tmpdir="${OS_ROOT}/_tmp/gen_doc"
mkdir "${tmpdir}"
mkdir -p "${tmpdir}"
# generate the new files
${cmd} "${tmpdir}"
# create the list of generated files
Expand Down

0 comments on commit 757efd9

Please sign in to comment.