bin/earthquake in earthquake-0.4.6 vs bin/earthquake in earthquake-0.4.7
- old
+ new
@@ -1,4 +1,4 @@
#!/usr/bin/env ruby
-$:.unshift(File.expand_path('../../lib', __FILE__))
+$:.unshift(File.expand_path('../../lib', __FILE__)) if $0 == __FILE__
require 'earthquake'
Earthquake.start(ARGV)
\ No newline at end of file