tests/Makefile: Quote to avoid: /bin/sh: 1: [: !=: unexpected operator

master
Edmund Grimley Evans 2015-03-07 18:10:45 +00:00
parent d854dede03
commit 03303628c7
1 changed files with 1 additions and 1 deletions

View File

@ -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