From 03303628c79c280d88214fea713a05d29a81f00a Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Sat, 7 Mar 2015 18:10:45 +0000 Subject: [PATCH] tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operator --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile b/tests/Makefile index b84669e6..bc68de0d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -224,7 +224,7 @@ endif abitest: $(ABITESTS) @echo ------------ $@ ------------ ./abitest-cc$(EXESUF) lib_path=.. include="$(top_srcdir)/include" - if [ $(CONFIG_arm_eabi) != "yes" ]; then \ + if [ "$(CONFIG_arm_eabi)" != "yes" ]; then \ ./abitest-tcc$(EXESUF) lib_path=.. include="$(top_srcdir)/include"; fi vla_test$(EXESUF): vla_test.c