freebsd-src/usr.sbin/fwget
Benedict Reuschling 7ad4d94d5b Fix some shell issues by adding quotes and replace backticks with $()
This patch fixes the following issues reported by shellcheck:
- Quote default assignments (SC2223)
- Use $() instead of backticks (SC2006)
- Double quote $@ (SC2068)
- Double quote variables in if-statements and other places (SC2086)

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

Approved by:	manu
Differential Revision: https://reviews.freebsd.org/D40604
2023-06-19 11:03:06 +00:00
..
pci fwget: update pci_network_mediatek for mt7996 2023-05-23 23:41:24 +00:00
fwget.8
fwget.sh Fix some shell issues by adding quotes and replace backticks with $() 2023-06-19 11:03:06 +00:00
Makefile