From 83307a3dc31f71efc453b3e6ce0938b8a89f24af Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Mon, 28 Nov 2011 23:32:12 -0800 Subject: pdf2svg: Remove unecessary return statement The `return` statement in the GLib test was causing Ruby 1.8.6 to emit warnings on Leopard. --- Library/Formula/pdf2svg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/pdf2svg.rb b/Library/Formula/pdf2svg.rb index 8cb0b53df..baa4465e6 100644 --- a/Library/Formula/pdf2svg.rb +++ b/Library/Formula/pdf2svg.rb @@ -3,7 +3,7 @@ require 'formula' def have_poppler_glib? # Not using Homebrew's system wrapper because we actually want to see the # exit code of the command. - return Kernel.system "#{HOMEBREW_PREFIX}/bin/pkg-config", "poppler-glib", "--exists" + Kernel.system "#{HOMEBREW_PREFIX}/bin/pkg-config", "poppler-glib", "--exists" end class Pdf2svg < Formula -- cgit v1.2.3