]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
check_whence: strip quotation marks
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 5 Jun 2023 13:58:05 +0000 (14:58 +0100)
committerJosh Boyer <jwboyer@kernel.org>
Sun, 25 Jun 2023 15:56:43 +0000 (11:56 -0400)
commit4b539e7a32e199bc74191634c2c56d7b679c01b7
tree888d37e27d818ba78733e7281a5a73bf2a765ae0
parent32693d3b6b8471309f389bbd7abae9238d7f02e1
check_whence: strip quotation marks

Earlier commit added check for duplicate entries. Although the commit
was picked without one of its dependencies which removes the quotation
marks in the File entries.

Since the quotation marks are here to stay, escape them as needed in the
script.

Cc: Emil Velikov <emil.l.velikov@gmail.com>
Fixes: 05183b7b ("check_whence: error on duplicate file entries")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Josh Boyer <jwboyer@kernel.org>
check_whence.py