mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-20 00:11:21 -05:00
Remove a diff option not in BSD diff
Allows autogeneration on mac.
This commit is contained in:
parent
4f410d389a
commit
8d1831b075
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ TMP_ROOT="${KUBE_ROOT}/_tmp"
|
|||
|
||||
echo "diffing ${API_REFERENCE_DOCS_ROOT} against freshly generated docs"
|
||||
ret=0
|
||||
diff -NauprBZ -I 'Last update' --exclude=*.md "${API_REFERENCE_DOCS_ROOT}" "${OUTPUT_DIR}" || ret=$?
|
||||
diff -NauprB -I 'Last update' --exclude=*.md "${API_REFERENCE_DOCS_ROOT}" "${OUTPUT_DIR}" || ret=$?
|
||||
rm -rf "${TMP_ROOT}"
|
||||
if [[ $ret -eq 0 ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Reference in a new issue