usr_sbin/noprompt: Fix a couple of shellcheck warnings
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 5 Mar 2021 16:51:55 +0000 (17:51 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 3 Dec 2021 11:54:54 +0000 (12:54 +0100)
commitc766750061a46a42f80ce2b78a8b5b0784767d6d
tree71cf180756ee9906d0e796bc90d98d78a5f01c79
parent41dd2c5a3e4dff8789a7f6110f70b298f1cd7d2b
usr_sbin/noprompt: 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/noprompt