diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:12 +0000 |
commit | f3631fd693dc7d31421f8ae08e0e9677bc7cf963 (patch) | |
tree | a4342101ced14df10b722698c1658163508735ac | |
parent | Using sudo in container-shell. (diff) | |
download | compute-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 '')
-rwxr-xr-x | bin/container-shell | 2 |
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 |