Err: Use printf instead of echo

This commit is contained in:
Dylan Araps 2016-11-13 19:54:03 +11:00
parent 6add798bc9
commit 232ac07f3a

View file

@ -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() {