usr_bin/soundtest: Fix a couple of shellcheck warnings
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 5 Feb 2021 14:15:50 +0000 (15:15 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 3 Dec 2021 11:54:54 +0000 (12:54 +0100)
commit659b97f184a8d652ba94fe47cd185f19f5c0b233
treeacb8dcf0e701b0fb1c8d1b1a4eb49cb4e1724280
parent2980f79718344ea7bbb6093beb9b6bac49b5566d
usr_bin/soundtest: Fix a couple of shellcheck warnings

- SC2046: Quote this to prevent word splitting.
- SC2230: which is non-standard. Use builtin 'command -v' instead.
usr_bin/soundtest