Page MenuHomeFreeBSD

Fix some shell issues by adding quotes in fwget.sh
ClosedPublic

Authored by bcr on Jun 19 2023, 9:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 28 2025, 11:27 PM
Unknown Object (File)
Jan 28 2025, 11:17 PM
Unknown Object (File)
Jan 28 2025, 2:32 AM
Unknown Object (File)
Jan 25 2025, 4:04 PM
Unknown Object (File)
Jan 10 2025, 11:00 PM
Unknown Object (File)
Jan 7 2025, 1:44 PM
Unknown Object (File)
Dec 29 2024, 3:11 AM
Unknown Object (File)
Dec 27 2024, 7:07 PM
Subscribers

Details

Summary

This patch fixes the following issues in the shell script:

  • Quote default assignments, see SC2223
  • Use $() instead of backticks, see SC2006
  • Double quote $@, see SC2068
  • Double quote variables in if-statements and other places, see SC2086

While here, fix a whitespace at end of line instance in the license text.

Test Plan
  1. Apply the patch to /usr.sbin/fwget
  2. Run fwget to see if it still works

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable