Remove quotes from theme output

This commit is contained in:
Dylan 2016-02-17 17:14:58 +11:00
parent 1e2bde6dbe
commit 4d1ebbe600
1 changed files with 2 additions and 0 deletions

2
fetch
View File

@ -1290,6 +1290,8 @@ getstyle () {
# Final string # Final string
theme="${gtk2theme}${gtk3theme}" theme="${gtk2theme}${gtk3theme}"
theme=${theme//\"}
theme=${theme//\'}
# If the final string is empty print "None" # If the final string is empty print "None"
[ -z "$theme" ] && theme="None" [ -z "$theme" ] && theme="None"