aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-14 21:30:04 -0500
committerJack Nagel2014-03-14 21:30:04 -0500
commit6f7516d0b63a597bb4fbbec76e70b0186c0a9b2c (patch)
tree417ccc27df44ec78f53c9ef8966689f1dab88a3c /Library
parentfb38596a8a32a94a37761f3f4a3f9221b5a917fa (diff)
downloadhomebrew-6f7516d0b63a597bb4fbbec76e70b0186c0a9b2c.tar.bz2
xctool: separate args
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/xctool.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xctool.rb b/Library/Formula/xctool.rb
index e337001db..9ba1bd75d 100644
--- a/Library/Formula/xctool.rb
+++ b/Library/Formula/xctool.rb
@@ -10,7 +10,7 @@ class Xctool < Formula
depends_on :macos => :lion
def install
- system "./scripts/build.sh 'XT_INSTALL_ROOT=#{libexec}'"
+ system "./scripts/build.sh", "XT_INSTALL_ROOT=#{libexec}"
bin.install_symlink "#{libexec}/bin/xctool"
end