aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BootloaderTest/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/BootloaderTest/makefile')
-rw-r--r--BuildTests/BootloaderTest/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTests/BootloaderTest/makefile b/BuildTests/BootloaderTest/makefile
index 3a6e5574c..7ce56c49f 100644
--- a/BuildTests/BootloaderTest/makefile
+++ b/BuildTests/BootloaderTest/makefile
@@ -31,7 +31,7 @@ testbootloaders:
do \
build_cfg=`echo $$line | sed 's/ //g' | grep -v "#"`; \
\
- if ( ! test -z "$$build_cfg" ); then \
+ if ( test -n "$$build_cfg" ); then \
build_bootloader=`echo $$build_cfg | cut -d'=' -f1`; \
build_arch=`echo $$build_cfg | cut -d'=' -f2- | cut -d':' -f1`; \
build_mcu=`echo $$build_cfg | cut -d'=' -f2- | cut -d':' -f2`; \