mirror of
https://github.com/iv-org/youtube-utils.git
synced 2024-10-01 03:45:35 -04:00
Mute shellcheck error SC2237
This commit is contained in:
parent
20e14ee433
commit
ecfa789948
@ -1,5 +1,8 @@
|
||||
#!/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()
|
||||
|
Loading…
Reference in New Issue
Block a user