diff --git a/Library/Homebrew/optparse.rb b/Library/Homebrew/optparse.rb new file mode 100644 index 0000000000..67f6641f8e --- /dev/null +++ b/Library/Homebrew/optparse.rb @@ -0,0 +1,3 @@ +# This file is put here to prevent loading of real optparse.rb, +# which killed Homebrew. Details of issue can be found here: +# http://github.com/mxcl/homebrew/issues#issue/97