mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-06 05:19:24 +00:00
SQSCANGHA-83 Avoid unbound variable error on parameter expansion (#192)
This commit is contained in:
parent
bfe63be746
commit
c8aa051cc4
2 changed files with 7 additions and 4 deletions
|
|
@ -77,5 +77,5 @@ scanner_args+=("$@")
|
|||
|
||||
set -ux
|
||||
|
||||
$SCANNER_BIN "${scanner_args[@]}"
|
||||
$SCANNER_BIN ${scanner_args[@]+"${scanner_args[@]}"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue