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 5236b8e commit acc1294
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 @@ -523,7 +523,7 @@ See documentation in [Handling Operating System Variation](@ref).
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

Check warning on line 525 in base/sysinfo.jl

View workflow job for this annotation

GitHub Actions / Check whitespace

Whitespace check

trailing whitespace
iswindows(os::Symbol) = ispath("/proc/sys/fs/binfmt_misc/WSLInterop") # WSL sigil
isWSL(os::Symbol) = ispath("/proc/sys/fs/binfmt_misc/WSLInterop") # WSL sigil

"""
Sys.isapple([os])
Expand Down

0 comments on commit acc1294

Please sign in to comment.