distro: Fix Gentoo detection error.
This commit is contained in:
parent
b633ce9a0c
commit
15879c8df8
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -160,6 +160,7 @@ get_distro() {
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
distro="$(trim_quotes "$distro")"
|
distro="$(trim_quotes "$distro")"
|
||||||
|
distro="${distro/'NAME='}"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
|
|
Loading…
Reference in a new issue