Skip to content

transfer-owner.sh fails verification step when run in zsh #235

@rjan90

Description

@rjan90

The script uses bash-specific syntax ${VAR,,} for lowercase string comparison on line 57, which causes a "bad substitution" error when executed in zsh.

While the ownership transfer itself succeeds, the verification step fails, leaving users uncertain whether the operation completed. Replace the bash-specific lowercase conversion with a portable alternative like tr '[:upper:]' '[:lower:]' or explicitly require bash execution.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

🎉 Done

Status

🎉 Done

Relationships

None yet

Development

No branches or pull requests

Issue actions