diff options
Diffstat (limited to 'Library/Homebrew/cmd/update-report.rb')
| -rw-r--r-- | Library/Homebrew/cmd/update-report.rb | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index e6a3f8ced..1d58018b3 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -302,6 +302,11 @@ module Homebrew      link_src_dst_dirs(repository/"share/zsh/site-functions",                        HOMEBREW_PREFIX/"share/zsh/site-functions", command)      link_path_manpages(repository/"share", command) +  rescue => e +    ofail <<-EOS.undent +      Failed to link all completions, docs and manpages: +        #{e} +    EOS    end  end  | 
