t: Replace 'perl' by $PERL_PATH
[gitweb.git] / t / t4014-format-patch.sh
index b473b6d6ebbf75f77be99085c26b68781b7f5fc6..4c22c17a3346161e933cbd1e8b4303cc20fde095 100755 (executable)
@@ -243,7 +243,7 @@ check_threading () {
        (git format-patch --stdout "$@"; echo $? > status.out) |
        # Prints everything between the Message-ID and In-Reply-To,
        # and replaces all Message-ID-lookalikes by a sequence number
-       perl -ne '
+       $PERL_PATH -ne '
                if (/^(message-id|references|in-reply-to)/i) {
                        $printing = 1;
                } elsif (/^\S/) {