From cfb2d1b029542e241ac958e081fb698d2e729cb2 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Wed, 25 Jan 2012 16:56:57 +0400 Subject: [PATCH] make: Fix typo in `test' target Signed-off-by: Cyrill Gorcunov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59c921d71..573e31984 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ zdtm: .PHONY: zdtm test: zdtm - $(Q) $(sh) test/zdtm.sh + $(Q) $(SH) test/zdtm.sh .PHONY: test rebuild: