Merge pull request #60 from tmux-plugins/fix-lang

fix LANG-related format errors
This commit is contained in:
Casper da Costa-Luis 2020-10-06 12:26:45 +01:00 committed by GitHub
commit a646196686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -1,3 +1,6 @@
export LANG=C
export LC_ALL=C
get_tmux_option() {
local option="$1"
local default_value="$2"

View file

@ -1,8 +1,6 @@
#!/usr/bin/env bash
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
export LANG=C
export LC_ALL=C
source "$CURRENT_DIR/helpers.sh"