Fixed WSL Bug #16
							
								
								
									
										4
									
								
								bml.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								bml.sh
									
									
									
									
									
								
							@@ -27,8 +27,8 @@ reset=`tput sgr0`
 | 
				
			|||||||
OS=$(uname -r | grep -oE microsoft)
 | 
					OS=$(uname -r | grep -oE microsoft)
 | 
				
			||||||
if [ "$OS" = "microsoft" ]
 | 
					if [ "$OS" = "microsoft" ]
 | 
				
			||||||
then
 | 
					then
 | 
				
			||||||
	echo "${red}WSL Not Supported!${reset}"
 | 
						#echo "${red}WSL Not Supported!${reset}"
 | 
				
			||||||
	exit
 | 
						#exit
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
	:
 | 
						:
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user