From b5fd41048ba027ca72e2ce58cdc9a4c0c10ccfeb Mon Sep 17 00:00:00 2001 From: Alexander Solovyov Date: Thu, 22 Oct 2009 21:21:26 +0300 Subject: Fixes #97: add fake optparse.rb --- Library/Homebrew/optparse.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Library/Homebrew/optparse.rb (limited to 'Library') diff --git a/Library/Homebrew/optparse.rb b/Library/Homebrew/optparse.rb new file mode 100644 index 000000000..67f6641f8 --- /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 -- cgit v1.2.3