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
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
The default mac set up also did not get the memo. I unfortunately don't have the understanding of what please is doing to work around it using a python script and would love to be able to prototype some stuff using please.
bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin21)
Copyright (C) 2007 Free Software Foundation, Inc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Pre Bash 4.4 empty array variables are treated as unset. Bash 4.4 changed the behavior:
https://stackoverflow.com/questions/7577052/bash-empty-array-expansion-with-set-u
Current error when running with empty arrays:
line 84: deps[@]: unbound variable
The text was updated successfully, but these errors were encountered: