aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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