Tools: build_binaries: fix inverted condition

This commit is contained in:
Lucas De Marchi 2016-08-11 09:00:25 -03:00
parent 30bcea73cc
commit a511f97971
1 changed files with 2 additions and 2 deletions

View File

@ -116,10 +116,10 @@ skip_frame() {
frame=$2
if [ "$board" = "bebop" ]; then
if [ "$frame" != "quad" ]; then
return 1
return 0
fi
fi
return 0
return 1
}
# check if we should skip this build because we have already