usr_share/run-welcome: Fix a couple of shellcheck warnings
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 5 Mar 2021 16:47:28 +0000 (17:47 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 3 Dec 2021 11:54:54 +0000 (12:54 +0100)
commit41dd2c5a3e4dff8789a7f6110f70b298f1cd7d2b
treef0deb7925596adcc98e032ca1c33d1ed327c7830
parent2cfbb394a8872bd5705a32859d05cfe43dcaeef7
usr_share/run-welcome: Fix a couple of shellcheck warnings

- Ignore SC1091: Not following: /etc/grml/sh-lib was not specified as input (see shellcheck -x).
- SC2046: Quote this to prevent word splitting.
- SC2230: which is non-standard. Use builtin 'command -v' instead.
- SC2086: Double quote to prevent globbing and word splitting.
- SC2230: which is non-standard. Use builtin 'command -v' instead.
usr_share/run-welcome