mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
synced 2025-12-18 11:21:40 +08:00
copy-firmware.sh: Fix typo in error message.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
committed by
Mario Limonciello
parent
2b781910a7
commit
729c0c8e5c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user