From 0a00ee403732be3925bf68c755823b93dfb3169d Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 13 May 2012 15:03:56 +0000 Subject: Minor tweaks to the build tests to ensure that they will operate properly on all systems. --- BuildTests/BootloaderTest/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BuildTests/BootloaderTest/makefile') 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`; \ -- cgit v1.2.3