]> git.proxmox.com Git - mirror_linux-firmware.git/commit - copy-firmware.sh
copy-firmware: quote deskdir and dirname
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Jun 2023 13:58:08 +0000 (14:58 +0100)
committerJosh Boyer <jwboyer@kernel.org>
Sun, 25 Jun 2023 15:58:09 +0000 (11:58 -0400)
commit40fa2b20964acc491e909743165273da4343f105
treef55685dc6d79d496b1704ffcf64b81de8c160539
parent77f92e0b9df20317bd7663ef44a13abbcde0f969
copy-firmware: quote deskdir and dirname

Properly quote, otherwise we'll get word splitting. In other words:
Files might end up installed to /some/foo/, where /some path/foo bar/ is
expected.

v2:
 - rebase/split && also quote the $() output

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
copy-firmware.sh