mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 01:00:17 +00:00
fix quotes
This commit is contained in:
2
neofetch
2
neofetch
@@ -3743,7 +3743,7 @@ END
|
|||||||
|
|
||||||
"Plasma"*)
|
"Plasma"*)
|
||||||
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
|
image="${XDG_CONFIG_HOME}/plasma-org.kde.plasma.desktop-appletsrc"
|
||||||
image="$(awk -F '=' '$1 == "Image" { print $2 }' $image)"
|
image="$(awk -F '=' '$1 == "Image" { print $2 }' "$image")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
Reference in New Issue
Block a user