diff options
Diffstat (limited to 'dev/tools')
| -rwxr-xr-x | dev/tools/pin-ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tools/pin-ci.sh b/dev/tools/pin-ci.sh index a1ee83a004..676688bedc 100755 --- a/dev/tools/pin-ci.sh +++ b/dev/tools/pin-ci.sh @@ -38,7 +38,7 @@ process_development() { # Execute the script to set the overlay variables . $OVERLAYS -for project in ${projects[*]} +for project in ${projects[@]} do process_development $project done |
