diff --git a/tinyramfs b/tinyramfs index dfbef7a..a2bb8fe 100755 --- a/tinyramfs +++ b/tinyramfs @@ -71,9 +71,9 @@ prepare_environment() { info "preparing environment" + # false positive + # shellcheck disable=1090 for _file in $_config /etc/tinyramfs/config ./config; do - # false positive - # shellcheck disable=1090 [ -f "$_file" ] && { . "$_file"; break; } done || panic "failed to source config"