From ba78e2c8888fa2ca9aa3fcacea4f532c42c0f74a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 12 Jun 2016 12:10:10 +1000 Subject: [PATCH] Quote trim command --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 969fb434..0b04610d 100755 --- a/neofetch +++ b/neofetch @@ -3280,7 +3280,7 @@ trap 'printf "\033[?25h"; clear; exit' 2 # Distro detection getdistro -[ -z "$ascii_distro" ] && ascii_distro="$(trim $distro)" +[ -z "$ascii_distro" ] && ascii_distro="$(trim "$distro")" # Get colors and bold bold