We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2864bf4 + 42bfdf5 commit bbaba4cCopy full SHA for bbaba4c
man/md2man-all.sh
@@ -9,7 +9,7 @@ cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"
9
pwd
10
}
11
12
-if ! ( which go-md2man &>/dev/null ); then
+if ! type go-md2man; then
13
echo "To install man pages, please install 'go-md2man'."
14
exit 0
15
fi
0 commit comments