From 5d33b1607f0139afb4b8773c1c9f320433c1182b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Mon, 26 Oct 2015 16:10:55 +0100 Subject: V=2 causes `set -x` to be set on forked shells --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 4779c9f..8e4d3cc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -82,7 +82,7 @@ else ifeq ($V,2) i = @echo == $@: else t = - v = V=1 + v = V=$(shell echo $$(($(V)-2))) i = @echo == $@: endif -- cgit v1.2.3