From 24f52593397a1d87c7cb3ebd7acda8aea650b7df Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 19 Jun 2018 09:04:10 +1000 Subject: [PATCH] fix tests --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 11381d74..8fa15897 100755 --- a/neofetch +++ b/neofetch @@ -4665,7 +4665,7 @@ get_args() { cpu_temp="C" # Known implicit unused variables. - printf '%s\n' "$kernel $icons $font $battery $locale" + printf '%s\n' "$kernel $icons $font $battery $locale ${mpc_args[@]}" ;; esac