From e37906eba4c64e3280ecae88838ee29d4dc090f7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 13 Sep 2014 15:11:59 -0500 Subject: Homebrew::InstallationError should not be raised "manually" --- Library/Formula/subversion.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/subversion.rb b/Library/Formula/subversion.rb index a760f4450..041deb53f 100644 --- a/Library/Formula/subversion.rb +++ b/Library/Formula/subversion.rb @@ -75,7 +75,7 @@ class Subversion < Formula end if build.include? 'unicode-path' - raise Homebrew::InstallationError.new(self, <<-EOS.undent + raise <<-EOS.undent The --unicode-path patch is not supported on Subversion 1.8. Upgrading from a 1.7 version built with this patch is not supported. @@ -84,7 +84,6 @@ class Subversion < Formula brew rm subversion && brew install subversion to build a new version of 1.8 without this patch. EOS - ) end if build.include? 'java' -- cgit v1.2.3