mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-01-27 15:13:16 +03:00
SQSCANGHA-83 Avoid unbound variable error on parameter expansion (#192)
This commit is contained in:
committed by
GitHub
parent
bfe63be746
commit
c8aa051cc4
@@ -77,5 +77,5 @@ scanner_args+=("$@")
|
||||
|
||||
set -ux
|
||||
|
||||
$SCANNER_BIN "${scanner_args[@]}"
|
||||
$SCANNER_BIN ${scanner_args[@]+"${scanner_args[@]}"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user