diff options
author | Nico Weber <thakis@chromium.org> | 2021-08-14 13:33:46 -0400 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-08-14 22:46:34 +0430 |
commit | 7d4addc6d3510230d95d5f1f41862652eca10ed2 (patch) | |
tree | c7a0cc52bc8297449fd21d229d1c5764ffc5ac57 /Ports | |
parent | 286a7ecd9237725f0bdc0309b6bc29405a6510ef (diff) | |
download | serenity-7d4addc6d3510230d95d5f1f41862652eca10ed2.zip |
Ports: Add a space to end of shell name in neofetch
Matches what neofetch does for other shell names.
Diffstat (limited to 'Ports')
-rw-r--r-- | Ports/neofetch/patches/add-serenity-support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 |