Move -- higher in argument list
A spurious "--" argument was being passed to the installer script.
This commit is contained in:
parent
77e01d69ec
commit
c5923168d6
@ -75,8 +75,8 @@ class FormulaInstaller
|
||||
'/usr/bin/ruby',
|
||||
'-I', Pathname.new(__FILE__).dirname,
|
||||
'-rinstall',
|
||||
f.path,
|
||||
'--',
|
||||
f.path,
|
||||
*ARGV.options_only
|
||||
rescue Exception => e
|
||||
Marshal.dump(e, write)
|
||||
|
Loading…
x
Reference in New Issue
Block a user