Skip to content

Commit

Permalink
Merge pull request #570 from docwhat/patch-1
Browse files Browse the repository at this point in the history
notifications: Use OS X's pgrep
  • Loading branch information
BanzaiMan authored Apr 8, 2020
2 parents 3be9d13 + 7ecf952 commit ec5e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/travis/tools/system.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def has?(command)

def running?(app)
return false unless unix?
system "pgrep -u $(whoami) #{app} >/dev/null"
system "/usr/bin/pgrep -u $(whoami) #{app} >/dev/null"
end
end
end
Expand Down

0 comments on commit ec5e473

Please sign in to comment.