Commit 0a79f1e8 authored by Mark Ingalls's avatar Mark Ingalls Committed by Marc Cornellà
Browse files

make this work in the git-for-windows SDK

Added an option for the msys value of $OSTYPE
parent a19ec104
...@@ -23,6 +23,7 @@ function open_command() { ...@@ -23,6 +23,7 @@ function open_command() {
darwin*) open_cmd="open" ;; darwin*) open_cmd="open" ;;
cygwin*) open_cmd="cygstart" ;; cygwin*) open_cmd="cygstart" ;;
linux*) open_cmd="xdg-open" ;; linux*) open_cmd="xdg-open" ;;
msys*) open_cmd="start" ;;
*) echo "Platform $OSTYPE not supported" *) echo "Platform $OSTYPE not supported"
return 1 return 1
;; ;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment