From 52b0a0aedd48be6d7305ee142ef4f999cfd3f6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Mon, 24 Aug 2026 20:56:35 -0300 Subject: [PATCH] test(genesis): mark sourced script fallback --- xCAT-server/share/xcat/tools/go-xcat | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/share/xcat/tools/go-xcat b/xCAT-server/share/xcat/tools/go-xcat index 0626f60c7..2fcfd97a5 100755 --- a/xCAT-server/share/xcat/tools/go-xcat +++ b/xCAT-server/share/xcat/tools/go-xcat @@ -2322,6 +2322,7 @@ function boo_boo_if_bad() if [[ ${GO_XCAT_LIBRARY_ONLY:-0} == 1 ]] then + # shellcheck disable=SC2317 return 0 2>/dev/null || exit 0 fi