diff options
-rwxr-xr-x | test/ci-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ci-build.sh b/test/ci-build.sh index 0307865..11ec5d5 100755 --- a/test/ci-build.sh +++ b/test/ci-build.sh @@ -89,7 +89,7 @@ sanitized_build() meson configure -D b_lundef=false # additional options - if [ -n "$@" ]; then + if [[ $# -gt 0 ]]; then meson configure "$@" fi |