bin/m in m-1.6.1 vs bin/m in m-1.6.2

- old
+ new

@@ -1,4 +1,4 @@ #!/usr/bin/env ruby -require 'm' -M.run(ARGV) +require "m" +M.run ARGV