Commit ab839cb9 authored by Dylan Araps's avatar Dylan Araps

os: Fix Chrome OS issue. Closes #1653

parent 7de6bb8d
...@@ -1115,6 +1115,7 @@ get_distro() { ...@@ -1115,6 +1115,7 @@ get_distro() {
tiny) distro="Chrome OS" ;; tiny) distro="Chrome OS" ;;
*) distro+=" on Chrome OS" ;; *) distro+=" on Chrome OS" ;;
esac esac
distro=${distro## on }
fi fi
distro=$(trim_quotes "$distro") distro=$(trim_quotes "$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