lib/travis/tools/system.rb in travis-1.8.14.travis.1178.9 vs lib/travis/tools/system.rb in travis-1.8.14.travis.1183.9
- old
+ new
@@ -79,10 +79,10 @@
@has.fetch(command) { @has[command] = system "which #{command} 2>/dev/null >/dev/null" }
end
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
end