correct a faulty if statement in build/release/src

fsdg20230625
Leah Rowe 2022-12-14 10:19:02 +00:00 committed by lbmkplaceholder
parent 3e266650c2
commit 0fbf3325e1
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ mkdir -p "${srcdir}"/blobs
# do not copy intel ME etc, but do copy ifd/gbe files
for i in t440p w541 xx20 xx30; do
for j in ifd gbe 16_ifd; do
if [ -f "blobs/${i}/${j}.bin"]; then
if [ -f "blobs/${i}/${j}.bin" ]; then
if [ ! -e "${srcdir}/blobs/${i}" ]; then
mkdir -p "${srcdir}/blobs/${i}"
fi