From 284a35c427a31ff1945a7538ab6a3a5766bae6b3 Mon Sep 17 00:00:00 2001 From: WhoIsFishie <83373559+WhoIsFishie@users.noreply.github.com> Date: Thu, 29 Apr 2021 01:43:09 +0500 Subject: [PATCH] Fixed WSL Bug Typo in the script causes the program to crash when running on a WSL machine. the typo has now been commented out so it should work just fine --- bml.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bml.sh b/bml.sh index 3a9ac77..8039858 100755 --- a/bml.sh +++ b/bml.sh @@ -27,8 +27,8 @@ reset=`tput sgr0` OS=$(uname -r | grep -oE microsoft) if [ "$OS" = "microsoft" ] then - echo "${red}WSL Not Supported!${reset}" - exit + #echo "${red}WSL Not Supported!${reset}" + #exit else : fi -- 2.47.2