Loading scripts/prepare_instrumentation.sh +1 −2 Original line number Diff line number Diff line Loading @@ -32,14 +32,13 @@ emulator="" system=`uname -s` if [[ ($system == "Linux") && (`uname -a` == "*@(microsoft|Microsoft|wsl|WSL)*") ]]; then if [[ ($system == "Linux") && (`uname -a` =~ (microsoft|Microsoft|wsl|WSL) ) ]]; then system="WSL" fi if [[ ($system == "Linux") || ($system == "Darwin") ]]; then emulator="wine" fi coan_exists () { type coan &> /dev/null ; } Loading Loading
scripts/prepare_instrumentation.sh +1 −2 Original line number Diff line number Diff line Loading @@ -32,14 +32,13 @@ emulator="" system=`uname -s` if [[ ($system == "Linux") && (`uname -a` == "*@(microsoft|Microsoft|wsl|WSL)*") ]]; then if [[ ($system == "Linux") && (`uname -a` =~ (microsoft|Microsoft|wsl|WSL) ) ]]; then system="WSL" fi if [[ ($system == "Linux") || ($system == "Darwin") ]]; then emulator="wine" fi coan_exists () { type coan &> /dev/null ; } Loading