fixed elif in checks
This commit is contained in:
parent
54d5a02a55
commit
472a924a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|||
ESC=$( printf '\e')
|
||||
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
||||
ESC=$( printf '\033')
|
||||
else [[ "$OSTYPE" == "msys" ]]; then
|
||||
elif [[ "$OSTYPE" == "msys" ]]; then
|
||||
ESC=$( printf '\033')
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue