split command and arguments to system call

This commit is contained in:
Gavin Heavyside 2009-11-11 08:45:39 +00:00 committed by Max Howell
parent bd4e1d3a9f
commit ec31bc9999

View file

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