Commit 6e1241a
authored
fix(build): join EXTRA_CMAKE_ARGS with semicolons for SKBUILD_CMAKE_ARGS (#1588)
\`${arr[*]// /;}\` applies the substitution per-element before joining, so the spaces between array elements are never replaced. Use \`$(IFS=';'; echo "${arr[*]}")\` to join with semicolons directly.
Fixes #1587
Authors:
- Ramakrishna Prabhu (https://github.com/ramakrishnap-nv)
Approvers:
- Kyle Edwards (https://github.com/KyleFromNVIDIA)
URL: #15881 parent 3e8acd7 commit 6e1241a
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | | - | |
420 | | - | |
| 419 | + | |
421 | 420 | | |
422 | 421 | | |
423 | 422 | | |
| |||
0 commit comments