Projects STRLCPY git-open Commits ad8fac93
🤬
  • ■ ■ ■ ■
    git-open
    skipped 255 lines
    256 256   MSYS*) open='start';;
    257 257   CYGWIN*) open='cygstart';;
    258 258   *) # Try to detect WSL (Windows Subsystem for Linux)
    259  - if uname -r | grep -q Microsoft; then
     259 + if uname -r | grep -q -i Microsoft; then
    260 260   open='powershell.exe Start'
    261 261   else
    262 262   open='xdg-open'
    skipped 15 lines
Please wait...
Page is in error, reload to recover