Err: Use printf instead of echo
This commit is contained in:
parent
6add798bc9
commit
232ac07f3a
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -2702,7 +2702,7 @@ bar() {
|
||||||
|
|
||||||
cache() {
|
cache() {
|
||||||
mkdir -p "$3/neofetch"
|
mkdir -p "$3/neofetch"
|
||||||
echo "${1/*-}=\"$2\"" > "$3/neofetch/${1/*-}"
|
printf "%s" "${1/*-}=\"$2\"" > "$3/neofetch/${1/*-}"
|
||||||
}
|
}
|
||||||
|
|
||||||
kde_config_dir() {
|
kde_config_dir() {
|
||||||
|
|
Loading…
Reference in a new issue