From 232ac07f3a7d409ab62a1bdac6fc441b207dff60 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 13 Nov 2016 19:54:03 +1100 Subject: [PATCH] Err: Use printf instead of echo --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index ebd2c3cc..f6b817a1 100755 --- a/neofetch +++ b/neofetch @@ -2702,7 +2702,7 @@ bar() { cache() { mkdir -p "$3/neofetch" - echo "${1/*-}=\"$2\"" > "$3/neofetch/${1/*-}" + printf "%s" "${1/*-}=\"$2\"" > "$3/neofetch/${1/*-}" } kde_config_dir() {