summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:12 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:12 +0000
commitf3631fd693dc7d31421f8ae08e0e9677bc7cf963 (patch)
treea4342101ced14df10b722698c1658163508735ac /bin
parentUsing sudo in container-shell. (diff)
downloadcompute-tools-f3631fd693dc7d31421f8ae08e0e9677bc7cf963.tar.xz
compute-tools-f3631fd693dc7d31421f8ae08e0e9677bc7cf963.zip
Setting LC_ALL in container-shell.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container-shell2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/container-shell b/bin/container-shell
index d910ae0..da91c76 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -23,6 +23,8 @@ PROGRAM="container"
COMMAND="$(basename ${0})"
+LC_ALL="C.UTF-8"
+
Usage ()
{
echo "Usage: ${PROGRAM}-shell" >&2