diff --git a/fetch b/fetch index ad2fdcc5..d1dc44ea 100755 --- a/fetch +++ b/fetch @@ -1290,6 +1290,8 @@ getstyle () { # Final string theme="${gtk2theme}${gtk3theme}" + theme=${theme//\"} + theme=${theme//\'} # If the final string is empty print "None" [ -z "$theme" ] && theme="None"