mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 19:49:54 +00:00
General: Small whitespace changes
This commit is contained in:
1
neofetch
1
neofetch
@@ -116,6 +116,7 @@ get_distro() {
|
|||||||
for release_file in /etc/*-release; do
|
for release_file in /etc/*-release; do
|
||||||
distro+="$(< "$release_file")"
|
distro+="$(< "$release_file")"
|
||||||
done
|
done
|
||||||
|
|
||||||
if [[ -z "$distro" ]]; then
|
if [[ -z "$distro" ]]; then
|
||||||
case "$distro_shorthand" in
|
case "$distro_shorthand" in
|
||||||
"on" | "tiny") distro="$kernel_name" ;;
|
"on" | "tiny") distro="$kernel_name" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user