aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb2
1 files changed, 1 insertions, 1 deletions
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+) \(/