Quote trim command

This commit is contained in:
Dylan Araps 2016-06-12 12:10:10 +10:00
parent 5d4e65ad54
commit ba78e2c888
1 changed files with 1 additions and 1 deletions

View File

@ -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