General: Remove $HOSTTYPE since it

's set incorrectly on FreeBSD
This commit is contained in:
Dylan Araps 2016-11-11 17:01:13 +11:00
parent 5ca6d69d28
commit 8dc8c97c80
1 changed files with 1 additions and 1 deletions

View File

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