bin/i18n-tasks in i18n-tasks-0.7.6 vs bin/i18n-tasks in i18n-tasks-0.7.7

- old
+ new

@@ -11,13 +11,13 @@ require 'i18n/tasks' require 'i18n/tasks/commands' require 'slop' err = proc { |message, exit_code| - if STDERR.isatty - STDERR.puts Term::ANSIColor.yellow('i18n-tasks: ' + message) + if $stderr.isatty + $stderr.puts Term::ANSIColor.yellow('i18n-tasks: ' + message) else - STDERR.puts message + $stderr.puts message end exit exit_code } begin