Skip to content

Commit

Permalink
Update sysinfo.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Nov 24, 2024
1 parent acc1294 commit f988fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ See documentation in [Handling Operating System Variation](@ref).
!!! compat "Julia 1.12"
This function requires at least Julia 1.12.
"""
# https://superuser.com/questions/1749781/how-can-i-check-if-the-environment-is-wsl-from-a-shell-script
# https://superuser.com/questions/1749781/how-can-i-check-if-the-environment-is-wsl-from-a-shell-script
isWSL(os::Symbol) = ispath("/proc/sys/fs/binfmt_misc/WSLInterop") # WSL sigil

"""
Expand Down

0 comments on commit f988fd7

Please sign in to comment.