diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 15:04:50 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-13 15:04:50 +0000 |
| commit | 11ed8be1754e57eafbb4b4a62325cfd77317ff77 (patch) | |
| tree | ea5fe647845bb63877cbc7e86f8c73c950d3853b /BuildTests/BootloaderTest/makefile | |
| parent | 13085a335125808f3b2f9adc495c6fe26053cebe (diff) | |
| parent | 0a00ee403732be3925bf68c755823b93dfb3169d (diff) | |
| download | lufa-11ed8be1754e57eafbb4b4a62325cfd77317ff77.tar.gz lufa-11ed8be1754e57eafbb4b4a62325cfd77317ff77.tar.bz2 lufa-11ed8be1754e57eafbb4b4a62325cfd77317ff77.zip | |
AppConfigHeaders: Merge in latest main.
Diffstat (limited to 'BuildTests/BootloaderTest/makefile')
| -rw-r--r-- | BuildTests/BootloaderTest/makefile | 2 |
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`; \
|
