class ChefCLI::Command::ShellInit

def posix_shell_export(var, val)

def posix_shell_export(var, val)
  emit_shell_cmd(%Q{export #{var}="#{val}"})
end