X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/998009c490409ed4419d3f3d6e43313826bc1796..0a00ee403732be3925bf68c755823b93dfb3169d:/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`; \