From e91648ad67cc6323671cab127a097356fea76a48 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 Apr 2018 09:35:28 +1000 Subject: [PATCH] general: Remove old_ifs. --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index c536d0e9..a9c366c8 100755 --- a/neofetch +++ b/neofetch @@ -14,7 +14,6 @@ version="3.4.1-git" bash_version="${BASH_VERSION/.*}" sys_locale="${LANG:-C}" XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}" -old_ifs="$IFS" # Speed up script by not using unicode. export LC_ALL=C