From 078f86c73295da35509f1429490e55b694da4d1e Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 20:38:26 +0200 Subject: [PATCH] Don't comment the shellsheck-comment. --- hashboot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hashboot b/hashboot index 2a230da..af54640 100755 --- a/hashboot +++ b/hashboot @@ -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}"