Skip to content

Commit

Permalink
Set script locale to fix format issue
Browse files Browse the repository at this point in the history
Fixes #292
  • Loading branch information
Scitz0 committed Jul 6, 2020
1 parent b7e5dda commit 90e4558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.library
Expand Up @@ -7,7 +7,7 @@
# Any breaking changes (eg: that requires change of cntools.config, env or a change in priv folder would be considered breaking and will be exempt from auto-update)
CNTOOLS_MAJOR_VERSION=1
# Changes that can be applied without breaking existing functionality that can be applied from within CNTools
CNTOOLS_MINOR_VERSION=0
CNTOOLS_MINOR_VERSION=1
CNTOOLS_VERSION="$CNTOOLS_MAJOR_VERSION.$CNTOOLS_MINOR_VERSION"

############################################################
Expand Down
3 changes: 3 additions & 0 deletions scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -3,6 +3,9 @@

########## Global tasks ###########################################

# set locale for compatibility
export LC_ALL=C.UTF-8

# get common env variables
. "$(dirname $0)"/env

Expand Down

0 comments on commit 90e4558

Please sign in to comment.