Chore: Add comment for ShellCheck SC1090

This commit is contained in:
Narvin Singh 2020-12-28 20:17:51 -05:00
parent 8471ea66c0
commit 3b421f4faa

1
xrsbd
View File

@ -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}")