Fix ascii distro detection

This commit is contained in:
Dylan 2016-01-29 17:56:39 +11:00
parent 7af2f7e483
commit 5a41a124c9
1 changed files with 2 additions and 0 deletions

2
fetch
View File

@ -1420,6 +1420,8 @@ getascii () {
image="off" image="off"
return return
fi fi
ascii="$ascii_dir/ascii/distro/${ascii/ *}"
fi fi
# Overwrite distro colors if '$ascii_color` doesn't # Overwrite distro colors if '$ascii_color` doesn't