========== shellcheck - FAILED ====== Checking before the patch ====== ====== Checking the tree with the patch ====== netcons_basic.sh was shellcheck compliant, not anymore New warnings added New errors added --- /tmp/tmp.i7E4aBjnqD 2025-06-09 03:23:28.445155006 -0700 +++ /tmp/tmp.LcVhDRRFeU 2025-06-09 03:23:29.320146894 -0700 @@ -12,0 +13,7 @@ + +In netcons_basic.sh line 54: +exit "${ksft_pass}" + ^----------^ SC2154 (warning): ksft_pass is referenced but not assigned. + +For more information: + https://www.shellcheck.net/wiki/SC2154 -- ksft_pass is referenced but not a...