X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/5cba3ce3a489f1c6c38606bc6425f9c8a06fba8e..11ed8be1754e57eafbb4b4a62325cfd77317ff77:/BuildTests/BootloaderTest/makefile?ds=inline 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`; \