From 7d4addc6d3510230d95d5f1f41862652eca10ed2 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Sat, 14 Aug 2021 13:33:46 -0400 Subject: [PATCH] Ports: Add a space to end of shell name in neofetch Matches what neofetch does for other shell names. --- Ports/neofetch/patches/add-serenity-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/neofetch/patches/add-serenity-support.patch b/Ports/neofetch/patches/add-serenity-support.patch index 8cfca68745..4ceb8cdd74 100644 --- a/Ports/neofetch/patches/add-serenity-support.patch +++ b/Ports/neofetch/patches/add-serenity-support.patch @@ -65,7 +65,7 @@ off) shell="${SHELL##*/} " ;; esac -+ [[ "$os" == SerenityOS ]] && shell="SerenityOS Shell" ++ [[ "$os" == SerenityOS ]] && shell="SerenityOS Shell " + [[ $shell_version != on ]] && return