From 7f5554ac6cd7e711ea787985cc54bbf54b519d06 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Thu, 26 Jan 2017 08:19:44 +0100 Subject: [PATCH] Song: Fix typo --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index cf78c057..a6bcb872 100755 --- a/neofetch +++ b/neofetch @@ -1337,7 +1337,7 @@ get_song() { ;; esac - [[ "$(trim "$song")" = "-" ]] && unset -v song + [[ "$(trim "$song")" == "-" ]] && unset -v song # Display Artist and Title on separate lines. if [[ "$song_shorthand" == "on" ]]; then