From 729c0c8e5c0539136acb251fda8222f844cf24b1 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 2 Jan 2025 22:21:45 +0900 Subject: [PATCH] copy-firmware.sh: Fix typo in error message. Signed-off-by: Maxim Cournoyer --- copy-firmware.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copy-firmware.sh b/copy-firmware.sh index f703443e..c78c5bd1 100755 --- a/copy-firmware.sh +++ b/copy-firmware.sh @@ -141,7 +141,7 @@ fi # Verify no broken symlinks if test "$(find "$destdir" -xtype l | wc -l)" -ne 0 ; then - err "Broken symlinks found:\\n$(find "$destdir" -xtype l)" + err "Broken symlinks found:\n$(find "$destdir" -xtype l)" fi exit 0 -- 2.39.5