General: Combine test

This commit is contained in:
Dylan Araps 2016-12-02 09:46:31 +11:00
parent 3c5ac7d9ee
commit 06db0b517b
1 changed files with 1 additions and 1 deletions

View File

@ -1920,7 +1920,7 @@ get_image_backend() {
get_ascii() {
if [[ ! -f "$ascii" || "$ascii" == "distro" ]]; then
# Error message
[[ "$ascii" != "distro" ]] && [[ ! -f "$ascii" ]] && \
[[ "$ascii" != "distro" && ! -f "$ascii" ]] && \
err "Ascii: Ascii file not found, using distro ascii."
# Lowercase the distro name