Description: don't play with the LOAD_PATH variable
 let the interpreter find the github/markdown library by itself
 using system paths.
Author: Cédric Boutillier
Last-Update: 2015-04-27
Forwarded: not-needed

--- a/bin/gfm
+++ b/bin/gfm
@@ -13,9 +13,6 @@
   exit 0
 end
 
-root = File.expand_path('../../', __FILE__)
-$:.unshift File.expand_path('lib', root)
-
 require 'github/markdown'
 
 mode = :gfm
