Improve python-tools-install.sh alpine compat
[releng/global-jjb.git] / shell / license-check.sh
index 8466cf9..5b43072 100644 (file)
@@ -56,7 +56,7 @@ fi
 set -f  # Disable globbing for $file_patterns to pass '*'
 # Purposely disable SC2068 for $file_patterns
 # shellcheck disable=SC2068
-lhc --license "$licenses_allowed" ${disable_spdx} \
+lhc --license "$licenses_allowed" "${disable_spdx}" \
     --exclude "$license_exclude_paths" \
     ${file_patterns[@]}
 set +f