mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: don't error if grep -v fails
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -747,7 +747,7 @@ modify_mac_addresses()
|
|||||||
done < "tmp/rom.list"
|
done < "tmp/rom.list"
|
||||||
printf "\nThe following GbE NVM words were written in '%s':\n" \
|
printf "\nThe following GbE NVM words were written in '%s':\n" \
|
||||||
"$archive"
|
"$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" ] && \
|
[ "$new_mac" = "restore" ] && \
|
||||||
printf "\nNOTE: User specified setmac 'restore' argument.\n" && \
|
printf "\nNOTE: User specified setmac 'restore' argument.\n" && \
|
||||||
|
|||||||
Reference in New Issue
Block a user