Commit 5fa7446f authored by Michael Straube's avatar Michael Straube

Remove quotes (shellcheck)

parent 3be3b936
...@@ -2739,7 +2739,7 @@ get_style() { ...@@ -2739,7 +2739,7 @@ get_style() {
kde_font_size="${kde_font_size/,*}" kde_font_size="${kde_font_size/,*}"
kde_theme="${kde_theme/,*} ${kde_theme/*,} ${kde_font_size}" kde_theme="${kde_theme/,*} ${kde_theme/*,} ${kde_font_size}"
fi fi
kde_theme="$kde_theme ["$de"], " kde_theme="$kde_theme [$de], "
else else
err "Theme: KDE config files not found, skipping." err "Theme: KDE config files not found, skipping."
fi fi
......
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