General: Remove $HOSTTYPE since it
's set incorrectly on FreeBSD
This commit is contained in:
2
neofetch
2
neofetch
@@ -248,7 +248,7 @@ get_distro() {
|
|||||||
|
|
||||||
# Get architecture
|
# Get architecture
|
||||||
[[ "$os_arch" == "on" ]] && \
|
[[ "$os_arch" == "on" ]] && \
|
||||||
distro+=" ${HOSTTYPE:-${machine_arch}}"
|
distro+=" ${machine_arch}"
|
||||||
|
|
||||||
[[ "${ascii_distro:-auto}" == "auto" ]] && \
|
[[ "${ascii_distro:-auto}" == "auto" ]] && \
|
||||||
ascii_distro="$(trim "$distro")"
|
ascii_distro="$(trim "$distro")"
|
||||||
|
|||||||
Reference in New Issue
Block a user