From: Junio C Hamano Date: Tue, 14 Apr 2015 19:58:00 +0000 (-0700) Subject: Meta/Dothem: use chain-lint while testing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebba4c72e6ffbcf48bc07b35da3f3553ca02156d;p=thirdparty%2Fgit.git Meta/Dothem: use chain-lint while testing --- diff --git a/Dothem b/Dothem index 7c47ae03d8..680258da8f 100755 --- a/Dothem +++ b/Dothem @@ -54,6 +54,9 @@ sh -c 'asciidoc --version >/dev/null 2>&1' || nodoc=y GIT_TEST_OPTS="$TRASH${GIT_TEST_OPTS+" $GIT_TEST_OPTS"}" export GIT_TEST_OPTS +GIT_TEST_CHAIN_LINT=1 +export GIT_TEST_CHAIN_LINT + test -f /bin/dash || with_dash= if test -z "$BUILDBASE" then