diff options
-rw-r--r-- | include/vendor.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index ff5e6e51..2f1febd0 100644 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -458,9 +458,8 @@ check_release() readcfg() { - if [ "$board" = "serprog_rp2040" ] || \ - [ "$board" = "serprog_stm32" ] || \ - [ "$board" = "serprog_pico" ]; then + if [ "$board" = "serprog_rp2040" ] || [ "$board" = "serprog_stm32" ] \ + || [ "$board" = "serprog_pico" ]; then return 1 fi boarddir="$cbcfgsdir/$board" |