From 76e12cd4a9ab0fb141a4077f973166f796d4a5b8 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 9 Sep 2023 23:27:44 +0100 Subject: update/blobs printf statements: use double quotes single quotes are not valid Signed-off-by: Leah Rowe --- script/update/blobs/inject | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'script/update/blobs') diff --git a/script/update/blobs/inject b/script/update/blobs/inject index 2cac84ab..06bf48f0 100755 --- a/script/update/blobs/inject +++ b/script/update/blobs/inject @@ -90,7 +90,7 @@ detect_board() esac [ -d "${boarddir}/" ] || \ err "detect_board: dir, ${boarddir}, doesn't exist" - printf '%s\n' "${board}" + printf "%s\n" "${board}" } build_dependencies() @@ -203,7 +203,7 @@ inject_blob_intel_mrc() { rom="${1}" - printf 'adding mrc\n' + printf "adding mrc\n" # mrc.bin must be inserted at a specific offset. the only # libreboot platform that needs it, at present, is haswell @@ -229,7 +229,7 @@ inject_blob_intel_mrc() inject_blob_intel_me() { - printf 'adding intel management engine\n' + printf "adding intel me firmware\n" rom="${1}" [ -z ${CONFIG_ME_BIN_PATH} ] && \ -- cgit v1.2.1