# File lib/rake/alt_system.rb, line 97
97:     def backticks(cmd)
98:       kernel_backticks(repair_command(cmd))
99:     end