]> git.proxmox.com Git - mirror_zfs.git/blobdiff - scripts/mancheck.sh
mancheck: exclude dotfiles in man dir
[mirror_zfs.git] / scripts / mancheck.sh
index 347b2e08647000224034e4ced78ca11b4c38257a..364ad1b7628658ac4aba2e8b4254de58cb2aee44 100755 (executable)
@@ -27,7 +27,7 @@ fi
 
 IFS="
 "
-files="$(find "$@" -type f -name '*[1-9]*')" || exit 1
+files="$(find "$@" -type f -name '*[1-9]*' -not -name '.*')" || exit 1
 
 add_excl="$(awk '
     /^.\\" lint-ok:/ {