From 292ba8fc522fdb9e0495010d9948e98f78729eab Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 31 Mar 2016 10:35:56 +1100 Subject: [PATCH] Fixes #204 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 8922f02e..1040f515 100755 --- a/neofetch +++ b/neofetch @@ -23,7 +23,7 @@ # https://github.com/dylanaraps/ version=${BASH_VERSION/.*} -SYS_LOCALE="$LANG" +SYS_LOCALE="${LANG:-C}" # Speed up script by not using unicode export LC_ALL=C