Really really fix whitespace issue
This commit is contained in:
parent
f1e1915a08
commit
b5deb6b255
1 changed files with 2 additions and 2 deletions
4
fetch
4
fetch
|
@ -895,7 +895,7 @@ getgtk () {
|
|||
# Format the strings
|
||||
gtk2theme=${gtk2theme/${name}*=/}
|
||||
gtk2theme=${gtk2theme//\"/}
|
||||
gtk2theme=${gtk2theme//[[:space:]]/ }
|
||||
gtk2theme=${gtk2theme/ / }
|
||||
|
||||
[ "$gtk2theme" ] && \
|
||||
gtktheme="$gtk2theme [GTK2] "
|
||||
|
@ -903,7 +903,7 @@ getgtk () {
|
|||
# Format the string
|
||||
gtk3theme=${gtk3theme/${name}*=/}
|
||||
gtk3theme=${gtk3theme//\"/}
|
||||
gtk3theme=${gtk3theme//[[:space:]]/ }
|
||||
gtk3theme=${gtk3theme/ / }
|
||||
gtktheme="${gtk2theme}${gtk3theme} [GTK3]"
|
||||
|
||||
# Check to see if gtk2 and gtk3 theme are identical
|
||||
|
|
Loading…
Reference in a new issue