mirror of
1
0
Fork 0

replace 'export LC_ALL=C' with 'export LC_NUMERIC=C'. Fixes #108 and #110

This commit is contained in:
Gregory Pakosz 2017-10-14 23:44:53 +02:00
parent a071b001cf
commit 89465385db
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration'
# # exit the script if any statement returns a non-true return value
# set -e
#
# export LC_ALL=C
# export LC_NUMERIC=C
#
# __newline='
# '