Don't comment the shellsheck-comment.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2019-06-20 20:38:26 +02:00
parent 326d4a30b6
commit 078f86c732
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@
# If we meet some day, and you think this is nice, you can give us a hug. #
###############################################################################
# shellcheck disable=SC2181 # ($?)
# Disable warnings about $?.
# shellcheck disable=SC2181
VERSION="0.9.14"
PATH="/bin:/usr/bin:/sbin:/usr/sbin:${PATH}"