]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Meta/Make: fixup HEAD^^ typo
authorJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 00:36:42 +0000 (16:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 27 Dec 2012 00:36:42 +0000 (16:36 -0800)
Make

diff --git a/Make b/Make
index f8442d110403600053d1784a0df362d629a315ea..21ad53c516edd7cf4ff89c7a3bbe216233d636b7 100755 (executable)
--- a/Make
+++ b/Make
@@ -185,7 +185,7 @@ GNU_ROFF=YesPlease'
 # Platform hack
 if test -z "${make:+set}" && {
        test -x /usr/local/bin/gmake ||
-       test -x /usr/pkg/bin/gmake
+       test -x /usr/pkg/bin/gmake ||
        test -x /usr/bin/gmake
 }
 then