Skip to content
Snippets Groups Projects
Commit c17423e4 authored by Leah Rowe's avatar Leah Rowe
Browse files

download/coreboot: simplify check

parent 00cafd70
Branches
No related merge requests found
......@@ -89,11 +89,8 @@ download_coreboot_for_board()
return 0
fi
[ ! -d coreboot ] && \
mkdir "coreboot/"
[ ! -d coreboot ] && \
printf "ERROR: download/coreboot: directory not created\n" && \
return 1
[ ! -d coreboot ] && mkdir "coreboot/"
[ ! -d coreboot ] && return 1
cd "coreboot/"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment