From d7b50a5820c1afc2476b3ce0cc56f7cca5c70d4c Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 29 Apr 2011 09:15:39 -0700 Subject: brew doctor: hard-code full path to mount command --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 9ebaed4d3..bad822d30 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -1,7 +1,7 @@ class Volumes def initialize @volumes = [] - raw_mounts=`mount` + raw_mounts=`/sbin/mount` raw_mounts.split("\n").each do |line| case line when /^(.+) on (\S+) \(/ -- cgit v1.2.3