Commit 232ac07f authored by Dylan Araps's avatar Dylan Araps

Err: Use printf instead of echo

parent 6add798b
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment