use start on msys-git and cygstart on cygwin

This commit is contained in:
Brent Beardsley 2015-02-04 13:33:16 -07:00 committed by Johan Hermansson
parent e25e5952a2
commit a85fdff782

View file

@ -70,7 +70,12 @@ then
open=open
elif [ "$TERM" == "cygwin" ]
then
open=start
if [ "$MSYSTEM" == "MINGW32" ]
then
open=start
else
open=cygstart
fi
else
open=xdg-open
fi