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
Potential fix for unbound variable in MacOS (tests)
- Use `:+` bash parameter expansion to include pbkdf2 argument to
openssl only if variable is set
- Simplify variable `pbkdf2_arg` from list to string, since the `[@]`
referencing doesn't work in all cases for MacOS (at least not
for the unit tests): an empty list errors with `unbound variable`
0 commit comments