General: Small whitespace changes

This commit is contained in:
Dylan Araps 2017-01-05 10:11:17 +11:00
parent d1d63cf5df
commit abbf9100b1
1 changed files with 8 additions and 7 deletions

View File

@ -116,6 +116,7 @@ get_distro() {
for release_file in /etc/*-release; do
distro+="$(< "$release_file")"
done
if [[ -z "$distro" ]]; then
case "$distro_shorthand" in
"on" | "tiny") distro="$kernel_name" ;;