From 5feb1185bebe977afa7ae3ea0d158f4508d2901e Mon Sep 17 00:00:00 2001 From: mushroom <50598611+ms-jpq@users.noreply.github.com> Date: Fri, 24 Apr 2020 20:21:17 -0700 Subject: [PATCH] fix issue with localization --- scripts/ram_percentage.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ram_percentage.sh b/scripts/ram_percentage.sh index 7942e0a..84f3117 100755 --- a/scripts/ram_percentage.sh +++ b/scripts/ram_percentage.sh @@ -2,6 +2,7 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export LANG=C +export LC_ALL=C source "$CURRENT_DIR/helpers.sh"