From 4e9c4e3872bb0f4ff4b55af6ffc6e84fc2d9146b Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 17 Feb 2012 23:07:16 -0800 Subject: Update return values of install and install_symlink These now return an Array of all the target destinations. Previously, if a single argument was passed a single non- Array was returned. This behavior has been changed so that an Array is always returned even for a single argument. Updated the test. Hopefully this won't break any custom code out there. --- Library/Formula/getmail.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/getmail.rb b/Library/Formula/getmail.rb index ce46e758f..34bc9738e 100644 --- a/Library/Formula/getmail.rb +++ b/Library/Formula/getmail.rb @@ -9,7 +9,7 @@ class Getmail < Formula scripts = %w[ getmail getmail_fetch getmail_maildir getmail_mbox ] libexec.install 'getmailcore' libexec_scripts = libexec.install scripts - bin.install_symlink *libexec_scripts + bin.install_symlink libexec_scripts man1.install Dir['docs/*.1'] end end -- cgit v1.2.3