Skip to content

Commit

Permalink
s!m
Browse files Browse the repository at this point in the history
  • Loading branch information
nabijaczleweli committed May 29, 2021
1 parent 21708a3 commit 78640c5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions scripts/mancheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
#
# shellcheck disable=SC2086


if ! command -v type mandoc > /dev/null; then
echo "skipping mancheck because mandoc is not installed"
exit 0
fi
# TODO: uncomment when #12101 lands
[ -x "/bin/mandoc" ] || [ -x "/usr/bin/mandoc" ] || { echo skip; exit 0; }
#if ! command -v mandoc > /dev/null; then
# echo "skipping mancheck because mandoc is not installed"
# exit 0
#fi

IFS="
"
Expand Down

0 comments on commit 78640c5

Please sign in to comment.