Remove redundant trim

This commit is contained in:
Michael Straube 2019-12-25 17:42:37 +01:00
parent 6ba0c018f0
commit 684d4e881a

View file

@ -3782,7 +3782,6 @@ END
"Plasma"*)
image=$XDG_CONFIG_HOME/plasma-org.kde.plasma.desktop-appletsrc
image=$(awk -F '=' '$1 == "Image" { print $2 }' "$image")
image=${image##file://}
;;
*)