You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works with zsh here. The error looks like the script was invoked with sh, which would not recognise the array on line 3. I suppose that can happen if zsh is not your login shell and sh is. Maybe the script should specify a shebang line on top: #!/bin/bash. Feel free to test the idea and send a pull request.
No description provided.
The text was updated successfully, but these errors were encountered: