From 3b421f4faafa0389257aed86a0fcc325448bfacf Mon Sep 17 00:00:00 2001 From: Narvin Singh Date: Mon, 28 Dec 2020 20:17:51 -0500 Subject: [PATCH] Chore: Add comment for ShellCheck SC1090 --- xrsbd | 1 + 1 file changed, 1 insertion(+) diff --git a/xrsbd b/xrsbd index 477d253..fd75241 100755 --- a/xrsbd +++ b/xrsbd @@ -36,6 +36,7 @@ main() { if [[ -r "${mod_file}" ]]; then # Source the module, compute its key and add it to the ordered array, # and call the module function and store the value in the cache + # shellcheck source=/dev/null source "${mod_file}" key="${mod//-/_}" stat_ordered_keys+=("${key}")