Skip to content
Commit 5626b053 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

shell: Add support for ZSH

* Add ZSH support in init_env
* Move references to BASH_SOURCE into init_env, since that is not
available in the same form under zsh
* Avoid bashisms in [ ] conditions (use the recommended [[ ]] instead)
* Avoid ${FOO^^} bashism
* general cleanup of the script
parent 5b8c8020
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment