From 8b3b0be709ac2fc1aa2de55145cc099f9dca2e20 Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Sun, 9 Jul 2017 17:57:53 +0700 Subject: [PATCH] Misc: Shellcheck fix SC2188 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 669b5274..043ec1ac 100755 --- a/neofetch +++ b/neofetch @@ -2585,7 +2585,7 @@ display_image() { # appearing in specific terminal emulators. sleep 0.05 printf "%b\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$image\n4;\n3;" |\ - "${w3m_img_path:-false}" -bg "$background_color" >/dev/null & 2>&1 || to_off "Image: w3m-img failed to display the image." + "${w3m_img_path:-false}" -bg "$background_color" >/dev/null 2>&1 || to_off "Image: w3m-img failed to display the image." zws="\xE2\x80\x8B\x20" ;;