Merge pull request #14083 from eparis/fix-doc-gen-on-mac

Fix doc generation on Macs
This commit is contained in:
Eric Paris 2015-09-17 09:56:13 -05:00
commit 650e38e12b

View File

@ -175,7 +175,7 @@ kube::util::gen-docs() {
# create the list of generated files
pushd "${dest}" > /dev/null
touch .generated_docs
find -type f | cut -sd / -f 2- | LC_ALL=C sort > .generated_docs
find . -type f | cut -sd / -f 2- | LC_ALL=C sort > .generated_docs
popd > /dev/null
while read file; do