CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/05/12 17:48:12
Modified files:
usr.sbin/fw_update: fw_update.sh
Log message:
Correctly delete files with spaces
During uninstall, fw_update reads the list of installed filenames
from +CONTENTS but would split commands before checking if there
was a command. It now uses the full line as the filename as it
should.
Reported by Mikolaj Kucharski <mikolaj () kucharski ! name>
OK (for a similar diff) lucas@
