]> git.apps.os.sepia.ceph.com Git - linux-firmware.git/commit
copy-firmware.sh: remove no longer reachable test -L
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 22 Sep 2024 16:10:01 +0000 (17:10 +0100)
committerMario Limonciello <superm1@gmail.com>
Thu, 10 Oct 2024 14:33:32 +0000 (14:33 +0000)
commit9ce7dac098621af796ee59ff3177b37d70c96dc5
treed2de759efa2eb9c7b0db10e219f9c528a5178b19
parent25d5e6352ba5dd8d8d75cb80fc905f65b13c4c44
copy-firmware.sh: remove no longer reachable test -L

The check_whence.py script ensures that links defined in WHENCE are not in-tree.
Since we're calling the script, we no longer need the convoluted path and
associated --prune tag.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
copy-firmware.sh