Home
last modified time | relevance | path

Searched refs:IS_WSL (Results 1 – 15 of 15) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/devkit/
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/devkit/
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
H A DcreateWindowsDevkit2017.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/devkit/
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/devkit/
H A DcreateWindowsDevkit2017.sh48 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
51 elif test "x$IS_WSL" != "x"; then
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/devkit/
H A DcreateWindowsDevkit2017.sh48 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
51 elif test "x$IS_WSL" != "x"; then
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/devel/p5-File-Slurp/File-Slurp-9999.27/t/lib/
H A DFileSlurpTest.pm16 sub IS_WSL() { subroutine
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/make/devkit/
H A DcreateWindowsDevkit2017.sh48 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
51 elif test "x$IS_WSL" != "x"; then
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/make/devkit/
H A DcreateWindowsDevkit2017.sh48 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
51 elif test "x$IS_WSL" != "x"; then
H A DcreateWindowsDevkit2019.sh51 IS_WSL=`echo $UNAME_RELEASE | grep Microsoft`
54 elif test "x$IS_WSL" != "x"; then
/dports/sysutils/py-mitogen/mitogen-0.2.9/mitogen/
H A Dcore.py171 IS_WSL = 'Microsoft' in fp.read() variable
174 IS_WSL = False variable
2876 if not IS_WSL:
H A Dparent.py264 if not mitogen.core.IS_WSL:
414 if hasattr(termios, 'TIOCSCTTY') and not mitogen.core.IS_WSL: