xctool: separate args

master
Jack Nagel 2014-03-14 21:30:04 -05:00
parent 63e06a7868
commit a22b671499
1 changed files with 1 additions and 1 deletions

View File

@ -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