Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
addf6ba5
Commit
addf6ba5
authored
May 27, 2020
by
Guillaume Huard
Browse files
Something has to be done regarding locales
parent
be274a9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Basic_System/ef/vpl_execution.sh
View file @
addf6ba5
...
...
@@ -53,11 +53,13 @@ fi
MODE
=
$1
shift
# TODO :
# Locales are a source of many bad behavior, but changing locale has an unexpected impact
# (for instance vim doesn't work on the server with C as LC_ALL
# export LC_ALL=C
# The best is probably to enable somehow globasciiranges option or to wait because it is
# enbaled by default in bash 5.0
# BUT another issue is that the sort command is sensitive to LC_ALL. Things have to be thought out...
# Can cause unwanted extra ouputs if set
unset
CDPATH
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment