bin/mandy-mkdir in mandy-0.5.9 vs bin/mandy-mkdir in mandy-0.5.10
- old
+ new
@@ -1,8 +1,13 @@
#!/usr/bin/env ruby
require 'optparse'
require 'ostruct'
+require "rubygems"
+require "mandy"
+
+HadoopConfiguration.check_home_and_version
+
exec('mandy-mkdir -h') unless ARGV.size >= 2
options = OpenStruct.new
\ No newline at end of file