usr_sbin/noeject: Fix a couple of shellcheck warnings
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 5 Mar 2021 16:44:24 +0000 (17:44 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 3 Dec 2021 11:54:54 +0000 (12:54 +0100)
commit2cfbb394a8872bd5705a32859d05cfe43dcaeef7
tree71e1cbc83e2cd7333ec2127485e1718764464522
parent584376f90a575f0788beb80c02061ff008f2097e
usr_sbin/noeject: Fix a couple of shellcheck warnings

- SC2048: Use "$@" (with quotes) to prevent whitespace problems.
- SC2086: Double quote to prevent globbing and word splitting.
usr_sbin/noeject