From 6ca096125de97955cb4a37166e97c2cb7332cc1e Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Thu, 22 Oct 2009 21:21:26 +0300 Subject: [PATCH] Fixes Homebrew/homebrew#97: add fake optparse.rb --- Library/Homebrew/optparse.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Library/Homebrew/optparse.rb 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