Commit 90753cb9 authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: dropbear is utf-8 compliant

parent 67ad4d5f
...@@ -136,7 +136,7 @@ mode = 0644 ...@@ -136,7 +136,7 @@ mode = 0644
[template-bash-profile] [template-bash-profile]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/${:filename} url = ${:_profile_base_location_}/template/${:filename}
md5sum = 0e88fc8739f2aff581da787c2843e682 md5sum = 39dc910743c70d5120a778779a052cad
location = ${buildout:parts-directory}/${:_buildout_section_name_} location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = bash_profile.in filename = bash_profile.in
download-only = true download-only = true
......
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
cd {{ workdir }} cd {{ workdir }}
export PATH={{- path }} export PATH={{- path }}
export PS1="\w $ " export PS1="\w $ "
export LANG="en_GB.UTF-8"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment