module Mixlib::ShellOut::Helper

def __env_path_name

def __env_path_name
  if ChefUtils.windows?
    "Path"
  else
    "PATH"
  end
end