From 5edd2c0f59d7f73c38b49f528d3578dca9e5162b Mon Sep 17 00:00:00 2001 From: toonn Date: Sun, 19 Aug 2018 21:18:42 +0200 Subject: Remove strip because whitespace could be a valid name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 611bb7c3..79b4f9d4 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ PYTHON ?= $(shell \ || (python2 -c 'import sys; sys.exit(sys.version < "2.6")' && \ which python2) \ ) -ifeq ($(strip $(PYTHON)),) +ifeq ($(PYTHON),) $(error No suitable python found.) endif SETUPOPTS ?= '--record=install_log.txt' -- cgit 1.4.1-2-gfad0