Commit e91648ad authored by Dylan Araps's avatar Dylan Araps

general: Remove old_ifs.

parent 2e8e69a1
...@@ -14,7 +14,6 @@ version="3.4.1-git" ...@@ -14,7 +14,6 @@ version="3.4.1-git"
bash_version="${BASH_VERSION/.*}" bash_version="${BASH_VERSION/.*}"
sys_locale="${LANG:-C}" sys_locale="${LANG:-C}"
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}" XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}"
old_ifs="$IFS"
# Speed up script by not using unicode. # Speed up script by not using unicode.
export LC_ALL=C export LC_ALL=C
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment