This commit is contained in:
Mark Ingalls 2015-11-30 17:11:48 +00:00
commit 87c2320a97

View file

@ -23,6 +23,7 @@ function open_command() {
darwin*) open_cmd="open" ;;
cygwin*) open_cmd="cygstart" ;;
linux*) open_cmd="xdg-open" ;;
msys*) open_cmd="start" ;;
*) echo "Platform $OSTYPE not supported"
return 1
;;