Commit 8dc8c97c authored by Dylan Araps's avatar Dylan Araps

General: Remove $HOSTTYPE since it

's set incorrectly on FreeBSD
parent 5ca6d69d
...@@ -248,7 +248,7 @@ get_distro() { ...@@ -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")"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment