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)
Mon, Mar 23, 9:59 PM
Unknown Object (File)
Sat, Mar 7, 1:51 PM
Unknown Object (File)
Wed, Mar 4, 1:45 PM
Unknown Object (File)
Wed, Mar 4, 1:45 PM
Unknown Object (File)
Feb 8 2026, 9:11 AM
Unknown Object (File)
Feb 7 2026, 6:30 PM
Unknown Object (File)
Jan 31 2026, 4:22 AM
Unknown Object (File)
Nov 18 2025, 5:58 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