Fixes Homebrew/homebrew#97: add fake optparse.rb

This commit is contained in:
Alexander Solovyov 2009-10-22 21:21:26 +03:00 committed by Max Howell
parent e1995d60ef
commit 6ca096125d

View File

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