usr_bin/grml-resolution: Fix a couple of shellscript warnings
authorDarshaka Pathirana <dpat@syn-net.org>
Fri, 4 Dec 2020 11:22:58 +0000 (12:22 +0100)
committerDarshaka Pathirana <dpat@syn-net.org>
Fri, 3 Dec 2021 11:54:54 +0000 (12:54 +0100)
commit4771fd182a04f38e6ca37c22c3dda04eedb4d8e1
tree36dbf44e5b46f47b88158805b1f63835ccfec2c7
parente8b2d94100ec2a5fc5612bc63dc461b74061520b
usr_bin/grml-resolution: Fix a couple of shellscript warnings

- Ignore SC2086: dialog needs $STRING to be splitted, so that the values
  are listed in the menu
- SC2120: bailout references arguments, but none are ever passed
- Ignore SC2015: Note that A && B || C is not if-then-else.
  C may run when A is true
usr_bin/grml-resolution