From 4a37bf3b9eb6d34a3fb75140234c21417521ae17 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 5 Sep 2009 15:00:37 +0200 Subject: script: use qstrip Signed-off-by: Thomas Petazzoni --- scripts/test/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/test/Makefile b/scripts/test/Makefile index 7396cf7eb..ec7a45d8a 100644 --- a/scripts/test/Makefile +++ b/scripts/test/Makefile @@ -2,6 +2,4 @@ include .config ARCH: - @echo $(strip $(subst ",,$(BR2_ARCH))) -#"))) - + @echo $(call qstrip,$(BR2_ARCH)) -- cgit v1.2.3