diff options
author | Christos.K <freedomrfox@gmail.com> | 2017-06-03 06:22:11 +0300 |
---|---|---|
committer | Christos.K <freedomrfox@gmail.com> | 2017-06-03 06:22:11 +0300 |
commit | 7749703e723ea22926079b8911af47c906afb8c6 (patch) | |
tree | 820f0ca227f95949ad348af80c930f785741e789 /bin | |
parent | Improved the flow control (diff) | |
download | GSE-7749703e723ea22926079b8911af47c906afb8c6.tar.gz GSE-7749703e723ea22926079b8911af47c906afb8c6.tar.bz2 GSE-7749703e723ea22926079b8911af47c906afb8c6.zip |
Included entries from ssh display with different locales
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gse | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ ## ## LC_COLLATE=C - +LC_ALL="en_US.UTF-8" +LC_CTYPE="en_US.UTF-8" # DEFINITION OF WORKDIR AND IT'S SUBDIRECTORIES export WORKDIR="$(dirname ${PWD})" |