Chore: Add comment for ShellCheck SC1090
This commit is contained in:
parent
8471ea66c0
commit
3b421f4faa
1
xrsbd
1
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}")
|
||||
|
Loading…
Reference in New Issue
Block a user