diff --git a/scripts/_common.sh b/scripts/_common.sh index 7c7c7659..04e14c18 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -39,6 +39,7 @@ fi ANSIBLE_LOCATION=$(command -v ansible) # Load the contents of profile.d in case we added items to $PATH there. for f in /etc/profile.d/*; do +# shellcheck source=/dev/null . "$f" done # Parse options arguments.