From bf93309370e27cd8c32ef113a5fa1fd9c775b24f Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Mon, 20 Oct 2014 10:51:43 +0300 Subject: [PATCH] added lang to robot --- bin/robot | 5 ----- bin/robot-audit | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/robot b/bin/robot index 42b25a827..6f854cc06 100755 --- a/bin/robot +++ b/bin/robot @@ -3,11 +3,6 @@ # Update repo # -# default locations -export LANGUAGE=en_US.UTF-8 -export LANG=en_US.UTF-8 -export LC_ALL=en_US.UTF-8 - # cd to Rails root directory cd "$(dirname "$0")"; cd .. diff --git a/bin/robot-audit b/bin/robot-audit index ccf318ba4..60d938622 100755 --- a/bin/robot-audit +++ b/bin/robot-audit @@ -6,6 +6,11 @@ # fail later set -o pipefail +# default locations +export LANGUAGE=en_US.UTF-8 +export LANG=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 + # cp config/secrets-example.yml config/secrets.yml # create manually config/database.yml