From dc3691eccdae4899aeac617e5d705fd1cc0fbfb6 Mon Sep 17 00:00:00 2001
From: Jack Nagel <jacknagel@gmail.com>
Date: Fri, 4 Apr 2014 22:02:48 -0500
Subject: [PATCH] Clean up some concatentation inside interpolation

---
 Library/Homebrew/extend/ENV/shared.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Library/Homebrew/extend/ENV/shared.rb b/Library/Homebrew/extend/ENV/shared.rb
index fec709ffbc..30a3d232fe 100644
--- a/Library/Homebrew/extend/ENV/shared.rb
+++ b/Library/Homebrew/extend/ENV/shared.rb
@@ -182,7 +182,7 @@ module SharedEnvExtension
   def ld64
     ld64 = Formula.factory('ld64')
     self['LD'] = ld64.bin/'ld'
-    append "LDFLAGS", "-B#{ld64.bin.to_s+"/"}"
+    append "LDFLAGS", "-B#{ld64.bin}/"
   end
 
   def warn_about_non_apple_gcc(gcc)
-- 
GitLab