From 472a924a9c77791f53b1da4588dd5c369f71426f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 5 Jul 2022 12:30:34 -0700 Subject: [PATCH] fixed elif in checks --- functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions b/functions index 00b9f91..ad3ef4d 100644 --- a/functions +++ b/functions @@ -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