module Mixlib::ShellOut::Windows

def unquoted_executable_path(command)

def unquoted_executable_path(command)
  command[0,command.index(/\s/) || command.length]
end