From bf6bbec629ace85542c7754f36c902f53c71c28a Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 26 Dec 2012 16:36:42 -0800 Subject: [PATCH] Meta/Make: fixup HEAD^^ typo --- Make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make b/Make index f8442d1104..21ad53c516 100755 --- 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 -- 2.11.4.GIT