From 7c79abb4f1349a843bbddcec83c924cd2dc07af4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Sep 2015 05:33:13 +0000 Subject: build: fix quoting issue with double parens Apparently GNU make parses that strangely and mangles it for the shell... --- t/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/GNUmakefile b/t/GNUmakefile index c456877..97b1985 100644 --- a/t/GNUmakefile +++ b/t/GNUmakefile @@ -42,7 +42,7 @@ ifeq ($(RUBY_ENGINE),ruby) models += FiberSpawn models += FiberPool - RUBY_LE_2_1 := $(shell $(RUBY) -e 'puts((RUBY_VERSION.to_f <= 2.1).to_s))') + RUBY_LE_2_1 := $(shell $(RUBY) -e 'puts(RUBY_VERSION.to_f <= 2.1)') ifeq ($(RUBY_LE_2_1), true) models += Coolio models += CoolioThreadPool -- cgit v1.2.3-24-ge0c7