python3Packages.huaweicloudsdk: update script permission

This commit is contained in:
Fabian Affolter
2026-08-22 10:42:11 +02:00
parent d7d075090e
commit 6cb1c4a721

View File

@@ -44,7 +44,8 @@ mapfile -t services < <(
find "$repo_root" -maxdepth 1 -mindepth 1 -type d -name 'huaweicloud-sdk-*' \
-printf '%f\n' \
| sed 's/^huaweicloud-sdk-//' \
| sort
| sort \
| grep -vE '^(all|codecheck|core)$'
)
if [ "${#services[@]}" -eq 0 ]; then