From f4ddbe53eb7cbe03e85793a063f7a857a4e73777 Mon Sep 17 00:00:00 2001 From: James Duley Date: Tue, 19 Aug 2014 10:41:24 +1200 Subject: [PATCH] fixed whitespace --- make/tools.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/tools.mk b/make/tools.mk index d757091da..8213dee4b 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -597,10 +597,10 @@ ifeq ($(shell [ -d "$(PYTHON_DIR)" ] && $(ECHO) "exists"), exists) else # not installed, hope it's in the path... # $(info $(EMPTY) WARNING $(call toprel, $(PYTHON_DIR)) not found, using system PATH) - ifeq ($(findstring Python 2,$(shell python --version)), Python 2) + ifeq ($(findstring Python 2,$(shell python --version)), Python 2) export PYTHON := python else - export PYTHON := python2 + export PYTHON := python2 endif endif