Commit 2662c42a authored by Dylan Araps's avatar Dylan Araps

Ascii: Fix bug when using custom ascii art

parent a1ace815
...@@ -1922,8 +1922,9 @@ get_ascii() { ...@@ -1922,8 +1922,9 @@ get_ascii() {
[[ -d "$ascii_dir" ]] || \ [[ -d "$ascii_dir" ]] || \
{ to_off "Ascii: Ascii file not found, falling back to text mode."; return; } { to_off "Ascii: Ascii file not found, falling back to text mode."; return; }
fi fi
ascii="${ascii_dir}/${ascii_file}"
fi fi
ascii="${ascii_dir}/${ascii_file}"
# Set locale to get correct padding. # Set locale to get correct padding.
export LC_ALL="$sys_locale" export LC_ALL="$sys_locale"
......
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