From c8d5044e2e87c8798c4a434f75217ad7bbb18ca8 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 4 Dec 2016 09:20:38 +1100 Subject: [PATCH] Distro: Remove DISTRIB_CODENAME --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 21cb12aa..bc5a92dc 100755 --- a/neofetch +++ b/neofetch @@ -96,7 +96,7 @@ get_distro() { case "$distro_shorthand" in "on") distro="${NAME:-${DISTRIB_ID}} ${VERSION_ID:-${DISTRIB_RELEASE}}" ;; "tiny") distro="${NAME:-${DISTRIB_ID:-${TAILS_PRODUCT_NAME}}}" ;; - "off") distro="${PRETTY_NAME:-${DISTRIB_DESCRIPTION}} ${UBUNTU_CODENAME:-${DISTRIB_CODENAME}}" ;; + "off") distro="${PRETTY_NAME:-${DISTRIB_DESCRIPTION}} ${UBUNTU_CODENAME}" ;; esac # Workarounds for distros that go against the os-release standard.