diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-03-07 20:03:00 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-03-07 20:03:00 +0000 |
commit | eed8d580347ae4e5606b759f6f6ba3d98457c93e (patch) | |
tree | 7f1e2b762d7526653ac692537b362458ebe79a36 /resources/utilities/coreboot-libre | |
parent | fb9d0d76256caffc2c69104134a45191188953ac (diff) | |
download | librebootfr-eed8d580347ae4e5606b759f6f6ba3d98457c93e.tar.gz librebootfr-eed8d580347ae4e5606b759f6f6ba3d98457c93e.zip |
typofix in coreboot-libre script
Diffstat (limited to 'resources/utilities/coreboot-libre')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 5e263ff8..4ea9588a 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -38,7 +38,7 @@ for payloads in resources/libreboot/config/*; do payload="${payloads##*/}" - for boards in "${payload}/"*; do + for boards in "${payloads}/"*; do if [ ! -d "${boards}/" ]; then continue |