Mute shellcheck error SC2237

This commit is contained in:
Samantaz Fox 2022-03-23 23:51:36 +01:00
parent 20e14ee433
commit ecfa789948
1 changed files with 4 additions and 1 deletions

View File

@ -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()