From 90753cb96b90e2e87b90c72698121f8f96ab2b96 Mon Sep 17 00:00:00 2001 From: Nicolas Wavrant <nicolas.wavrant@tiolive.com> Date: Mon, 1 Sep 2014 09:20:25 +0200 Subject: [PATCH] slaprunner: dropbear is utf-8 compliant --- software/slaprunner/common.cfg | 2 +- software/slaprunner/template/bash_profile.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/software/slaprunner/common.cfg b/software/slaprunner/common.cfg index 430fc6380..f9ff004eb 100644 --- a/software/slaprunner/common.cfg +++ b/software/slaprunner/common.cfg @@ -136,7 +136,7 @@ mode = 0644 [template-bash-profile] recipe = hexagonit.recipe.download url = ${:_profile_base_location_}/template/${:filename} -md5sum = 0e88fc8739f2aff581da787c2843e682 +md5sum = 39dc910743c70d5120a778779a052cad location = ${buildout:parts-directory}/${:_buildout_section_name_} filename = bash_profile.in download-only = true diff --git a/software/slaprunner/template/bash_profile.in b/software/slaprunner/template/bash_profile.in index 54ff0ff77..6076e6888 100644 --- a/software/slaprunner/template/bash_profile.in +++ b/software/slaprunner/template/bash_profile.in @@ -5,3 +5,4 @@ cd {{ workdir }} export PATH={{- path }} export PS1="\w $ " +export LANG="en_GB.UTF-8" -- 2.30.9