vendor.sh: don't error if grep -v fails
Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
6ebdd3c72b
commit
d94b274fd9
|
@ -747,7 +747,7 @@ modify_mac_addresses()
|
|||
done < "tmp/rom.list"
|
||||
printf "\nThe following GbE NVM words were written in '%s':\n" \
|
||||
"$archive"
|
||||
x_ util/nvmutil/nvm tmp/gbe dump | grep -v "bytes read from file"
|
||||
x_ util/nvmutil/nvm tmp/gbe dump | grep -v "bytes read from file" || :
|
||||
|
||||
[ "$new_mac" = "restore" ] && \
|
||||
printf "\nNOTE: User specified setmac 'restore' argument.\n" && \
|
||||
|
|
Loading…
Reference in New Issue