Method: ChefDK::Command::ShellInit#posix_shell_export

Defined in:
lib/chef-dk/command/shell_init.rb

#posix_shell_export(var, val) ⇒ Object



159
160
161
# File 'lib/chef-dk/command/shell_init.rb', line 159

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