We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff00dcd commit 7ecf952Copy full SHA for 7ecf952
lib/travis/tools/system.rb
@@ -81,7 +81,7 @@ def has?(command)
81
82
def running?(app)
83
return false unless unix?
84
- system "pgrep -u $(whoami) #{app} >/dev/null"
+ system "/usr/bin/pgrep -u $(whoami) #{app} >/dev/null"
85
end
86
87
0 commit comments