diff options
author | 4 of 7 (Leah Rowe) <info@minifree.org> | 2016-12-23 11:31:47 +0000 |
---|---|---|
committer | 4 of 7 (Leah Rowe) info@minifree.org <info@minifree.org> | 2017-01-22 02:13:00 +0000 |
commit | bae4652b291d4310c9ff105a874c009b3cdbaedc (patch) | |
tree | 79ced0dbb27a97ec41d39d7d1291e3547aa47428 /resources/utilities | |
parent | 5079de279988b12b5653d6ed229367ef1c08b8c8 (diff) | |
download | librebootfr-bae4652b291d4310c9ff105a874c009b3cdbaedc.tar.gz librebootfr-bae4652b291d4310c9ff105a874c009b3cdbaedc.zip |
coreboot-libre: remove benign error message
Diffstat (limited to 'resources/utilities')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 4d7c4fb6..3d0daa7a 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -26,10 +26,6 @@ set -u -e printf "Deleting blobs in coreboot\n" -if [ ! -d "coreboot/" ]; then - printf "coreboot-libre deblob: no coreboot directory exists, so there is nothing to deblob\n" -fi - for payloads in resources/libreboot/config/*; do if [ ! -d "${payloads}/" ]; then |