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
When the novarc file is sourced from the Zsh, it fails due to a few
Bash specifics:
- $BASH_SOURCE - does not exist in Zsh
- readarray - does not exist in Zsh
Resolves issue canonical#176
Signed-off-by: Marcin Wilk <[email protected]>
When the novarc file is sourced from the Zsh, it fails due to a few
Bash specifics:
- $BASH_SOURCE - does not exist in Zsh
- readarray - does not exist in Zsh
Resolves issue canonical#176
Signed-off-by: Marcin Wilk <[email protected]>
wilkmar
pushed a commit
to wilkmar/stsstack-bundles
that referenced
this issue
Jul 26, 2024
When the novarc file is sourced from the Zsh, it fails due to a few
Bash specifics:
- $BASH_SOURCE - does not exist in Zsh
- readarray - does not exist in Zsh
Resolves issue canonical#176
Signed-off-by: Marcin Wilk <[email protected]>
A quality of life improvement request. :)
The text was updated successfully, but these errors were encountered: