From fbda0f04dbc53e7c98eba66418de1ff459484685 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 31 Aug 2023 17:16:54 +0100 Subject: re-add /dev/null redirect on . ${1} the error messages that it shows are benign, but users see them and worry that something went wrong this patch reduces the number of people asking pointless questions on irc Signed-off-by: Leah Rowe --- script/update/blobs/inject | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/update/blobs/inject') diff --git a/script/update/blobs/inject b/script/update/blobs/inject index bc6b55c9..08bbf41a 100755 --- a/script/update/blobs/inject +++ b/script/update/blobs/inject @@ -188,7 +188,7 @@ patch_rom() err "patch_rom: file missing: ${boarddir}/target.cfg" set -- "${boarddir}/config/"* - . "${1}" + . "${1}" 2>/dev/null . "${boarddir}/target.cfg" [ "$CONFIG_HAVE_MRC" = "y" ] && \ -- cgit v1.2.1