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
This commit is contained in:
WhoIsFishie 2021-04-29 01:43:09 +05:00 committed by GitHub
parent b2544ca4a4
commit 284a35c427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
bml.sh
View File

@ -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