Commit 684d4e88 authored by Michael Straube's avatar Michael Straube

Remove redundant trim

parent 6ba0c018
...@@ -3782,7 +3782,6 @@ END ...@@ -3782,7 +3782,6 @@ 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")
image=${image##file://}
;; ;;
*) *)
......
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