From eed8d580347ae4e5606b759f6f6ba3d98457c93e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Mon, 07 Mar 2016 15:03:00 -0500 Subject: typofix in coreboot-libre script --- (limited to 'resources') diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 5e263ff..4ea9588 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 -- cgit v0.9.1