From: Maxim Cournoyer Date: Thu, 2 Jan 2025 13:21:45 +0000 (+0900) Subject: copy-firmware.sh: Fix typo in error message. X-Git-Tag: 20250109~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=729c0c8e5c0539136acb251fda8222f844cf24b1;p=thirdparty%2Flinux-firmware.git copy-firmware.sh: Fix typo in error message. Signed-off-by: Maxim Cournoyer --- 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