summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-09-05 15:00:37 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-09-05 15:13:16 +0200
commit4a37bf3b9eb6d34a3fb75140234c21417521ae17 (patch)
treeb03be2733c4962fcacbd61433373d6f311d175c5 /scripts
parentaf2390c0f437dbb26a31150eb7d526e1d0bdfd1a (diff)
script: use qstrip
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test/Makefile4
1 files changed, 1 insertions, 3 deletions
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))