SQSCANGHA-83 Avoid unbound variable error on parameter expansion (#192)

This commit is contained in:
Aleksandra Bozhinoska 2025-05-16 16:57:48 +02:00 committed by GitHub
parent bfe63be746
commit c8aa051cc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View file

@ -77,5 +77,5 @@ scanner_args+=("$@")
set -ux
$SCANNER_BIN "${scanner_args[@]}"
$SCANNER_BIN ${scanner_args[@]+"${scanner_args[@]}"}