diff options
| author | Gavin Heavyside | 2009-11-11 08:45:39 +0000 |
|---|---|---|
| committer | Max Howell | 2009-11-11 19:07:45 +0000 |
| commit | e1e110b40ed3bde5f4d6792358b50ed3c4918fcd (patch) | |
| tree | bb4fb84521bf3c3c10053f4b7614c181853f97c0 /Library/Formula | |
| parent | e835f1012a3bddbdfaa7f47b33b428567fbe7be2 (diff) | |
| download | homebrew-e1e110b40ed3bde5f4d6792358b50ed3c4918fcd.tar.bz2 | |
split command and arguments to system call
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/scons.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scons.rb b/Library/Formula/scons.rb index e903b5df4..c7f355428 100644 --- a/Library/Formula/scons.rb +++ b/Library/Formula/scons.rb @@ -6,6 +6,6 @@ class Scons <Formula md5 'd95c3749438e51db592b854683083965' def install - system "python setup.py install", "--prefix=#{prefix}", "--no-version-script", "--standalone-lib" + system "python", "setup.py", "install", "--prefix=#{prefix}", "--no-version-script", "--standalone-lib" end end |
