diff options
| author | Sorin Ionescu | 2014-02-12 12:53:23 -0500 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-14 18:28:59 +0000 |
| commit | b4b98137b6f4a363ba794108430c6f82c5b5093c (patch) | |
| tree | 7bec38b16ed105dd43eb8d8176bab1f19a635087 /Library/Formula/xmount.rb | |
| parent | 45b129e9adc457594582af920ae96f0e298a246b (diff) | |
| download | homebrew-b4b98137b6f4a363ba794108430c6f82c5b5093c.tar.bz2 | |
remove useless FUSE-related caveats
Closes #26660.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/xmount.rb')
| -rw-r--r-- | Library/Formula/xmount.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/xmount.rb b/Library/Formula/xmount.rb index 02327ed23..5b49b0b05 100644 --- a/Library/Formula/xmount.rb +++ b/Library/Formula/xmount.rb @@ -22,12 +22,6 @@ class Xmount < Formula "--prefix=#{prefix}" system "make", "install" end - - def caveats; <<-EOS.undent - Make sure to follow the directions given by 'brew info osxfuse' - before trying to use a FUSE-based filesystem. - EOS - end end __END__ |
