This commit is contained in:
Jonathan Price 2014-07-18 12:33:05 +00:00
commit 65d5f18031

View file

@ -14,6 +14,8 @@ open_jira_issue () {
local open_cmd
if [[ $(uname -s) == 'Darwin' ]]; then
open_cmd='open'
elif [[ $(uname -o) == 'Cygwin' ]]; then
open_cmd='cygstart'
else
open_cmd='xdg-open'
fi