Dothem: detect lack of asciidoc

This commit is contained in:
Junio C Hamano
2009-07-06 10:05:17 -07:00
parent 0cc4bcf8c6
commit 5c3a7a451f

3
Dothem
View File

@@ -35,6 +35,9 @@ while case "$1" in
do
shift
done
sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y
test -f /bin/dash || with_dash=
if test -z "$BUILDBASE"
then