Skip to content
Snippets Groups Projects
Commit c5923168 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

Move -- higher in argument list

A spurious "--" argument was being passed to the installer script.
parent 77e01d69
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment