]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut-functions): word splitting issue for sed in get_ucode_file
authorKairui Song <kasong@redhat.com>
Fri, 9 Apr 2021 16:57:32 +0000 (00:57 +0800)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 12 Apr 2021 07:17:18 +0000 (09:17 +0200)
commit122657b2fedf13991597830cca4d4ddbc8038233
treeeff80bab10a46edaf093a53ec2255b9c0bf0fe7e
parent2d83bce21bfc874b29c1fb99e8fabb843f038725
fix(dracut-functions): word splitting issue for sed in get_ucode_file

This unquated regex could be splitted into two arguments and sed will
not work. I've see giving error of wrong arguments being used on my
desktop.

Signed-off-by: Kairui Song <kasong@redhat.com>
dracut-functions.sh