diff --git a/neofetch b/neofetch index 94c612aa..449c84a3 100755 --- a/neofetch +++ b/neofetch @@ -3931,7 +3931,7 @@ trim() { set -f # shellcheck disable=2048,2086 set -- $* - printf '%s\n' "${*//[[:space:]]/ }" + printf '%s\n' "${*//[[:space:]]/}" set +f }