Commit 45b7d2c
committed
CI: Ensure finding no pattern match results in an empty string
If no pattern match is found, which we expect for Qt x86 builds, then
return an empty string by enabling the nullglob option.
Additionally, add quotes for paths for safety and fix the for loop array
syntax.1 parent 077abdb commit 45b7d2c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| 610 | + | |
610 | 611 | | |
611 | 612 | | |
612 | 613 | | |
| |||
624 | 625 | | |
625 | 626 | | |
626 | 627 | | |
627 | | - | |
628 | | - | |
| 628 | + | |
| 629 | + | |
629 | 630 | | |
630 | 631 | | |
631 | 632 | | |
| |||
0 commit comments