mirror of
https://gitea.invidious.io/iv-org/youtube-utils.git
synced 2024-08-15 00:53:16 +00:00
Mute shellcheck error SC2237
This commit is contained in:
parent
20e14ee433
commit
ecfa789948
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# shellcheck disable=SC2236
|
# shellcheck disable=SC2236,SC2237
|
||||||
|
#
|
||||||
|
# ^ Allow the use of `! -z` and `! [ -z]` as those are
|
||||||
|
# more intuitive than `-n`
|
||||||
|
|
||||||
|
|
||||||
print_help()
|
print_help()
|
||||||
|
|
Loading…
Reference in a new issue