bin/autoproj in autoproj-1.12.6 vs bin/autoproj in autoproj-1.13.0.b1

- old
+ new

@@ -1,6 +1,10 @@ #! /usr/bin/env ruby +if !defined?(ORIGINAL_ARGV) + ORIGINAL_ARGV = ARGV.dup +end + if RUBY_VERSION < "1.9.2" STDERR.puts "autoproj requires Ruby >= 1.9.2" exit 1 end