diff options
| author | Jack Nagel | 2014-03-14 21:30:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 21:30:04 -0500 |
| commit | 6f7516d0b63a597bb4fbbec76e70b0186c0a9b2c (patch) | |
| tree | 417ccc27df44ec78f53c9ef8966689f1dab88a3c /Library/Formula | |
| parent | fb38596a8a32a94a37761f3f4a3f9221b5a917fa (diff) | |
| download | homebrew-6f7516d0b63a597bb4fbbec76e70b0186c0a9b2c.tar.bz2 | |
xctool: separate args
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/xctool.rb | 2 |
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 |
