Fix double space in theme output

This commit is contained in:
Dylan Araps 2016-05-27 15:25:45 +10:00
parent c1f776abd4
commit ac2fcf7d77
1 changed files with 1 additions and 0 deletions

View File

@ -1713,6 +1713,7 @@ getstyle () {
theme="${gtk2theme}${gtk3theme}"
theme=${theme//\"}
theme=${theme//\'}
theme=${theme// / }
# Make the output shorter by removing "[GTKX]" from the string
if [ "$gtk_shorthand" == "on" ]; then