module Rake::AltSystem

def backticks(cmd)

def backticks(cmd)
  kernel_backticks(repair_command(cmd))
end