From 158a2125e46f65e18d6777864843fd6788bd388f Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 29 May 2008 13:21:12 +0200 Subject: [PATCH] gitcompile: HGCOMPILE_NO_MAKE -> GITCOMPILE_NO_MAKE --- gitcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitcompile b/gitcompile index 8b5109b..6e089f8 100755 --- a/gitcompile +++ b/gitcompile @@ -9,6 +9,6 @@ echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ || exit 1 unset CFLAGS -if [ -z "$HGCOMPILE_NO_MAKE" ]; then +if [ -z "$GITCOMPILE_NO_MAKE" ]; then make fi -- 2.47.1