diff options
author | Maximilian Stauss <max.stauss@gmail.com> | 2019-07-07 14:44:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 14:44:55 +0200 |
commit | e8344852666afb1c518db56f9009d54fd2331a49 (patch) | |
tree | 98ee1e91fde5a1b30fa5344ac3ff222010928b26 /README.md | |
parent | 8417d06bbefd25edfe58bed5e28a5fd441794fe5 (diff) |
make it run under zsh
changed `if [ ... ];` to `if [[ ... ]];` because `if [ "$1" == "." ];` does not work in zsh
see:
https://unix.stackexchange.com/questions/255480/why-does-behave-differently-inside-in-zsh-and-bash
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions