This commit is contained in:
mattkatz 2015-07-29 16:25:40 +00:00
commit d5f79910c5

View file

@ -14,6 +14,8 @@ open_jira_issue () {
local open_cmd
if [[ "$OSTYPE" = darwin* ]]; then
open_cmd='open'
elif [[ $(uname -s) =~ 'CYGWIN*' ]]; then
open_cmd='cygstart'
else
open_cmd='xdg-open'
fi