From 33da61b7619f15447aec6836b0106fff9233d20a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 14 Jan 2017 23:01:34 +1100 Subject: [PATCH] Error: Better error message --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 29030399..9bcab5fb 100755 --- a/neofetch +++ b/neofetch @@ -1967,7 +1967,7 @@ image_backend() { if type -p "$image_program" >/dev/null 2>&1; then err "Image: Drawing images using $image_program" else - to_ascii "Image: Failed to find image program. ($image_program)" + to_ascii "Image: Failed to find image program '$image_program'" err "Image: Falling back to ascii mode." return fi