aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/optparse.rb3
1 files changed, 3 insertions, 0 deletions
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