This commit is contained in:
Dylan Araps 2016-08-19 10:03:33 +10:00
parent d778003f28
commit fa8a1e82ec
1 changed files with 3 additions and 2 deletions

View File

@ -118,6 +118,9 @@ getdistro() {
[ "$osx_buildversion" == "off" ] && \
distro="${distro/ ${osx_build}}"
[ "${ascii_distro:-auto}" == "auto" ] && \
ascii_distro="$(trim "$distro")"
}
# }}}
@ -3018,8 +3021,6 @@ main() {
# Distro detection
getdistro
[ "${ascii_distro:-auto}" == "auto" ] && \
ascii_distro="$(trim "$distro")"
# Get colors and bold
bold