From dac32f3ab18e7c41caa7acaa86082e1ec23f7cc4 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 12 Jun 2016 11:45:33 +1000 Subject: [PATCH] Remove another pointless substitution --- neofetch | 1 - 1 file changed, 1 deletion(-) diff --git a/neofetch b/neofetch index c1677914..5faca9cd 100755 --- a/neofetch +++ b/neofetch @@ -1661,7 +1661,6 @@ getstyle () { elif type -p gsettings >/dev/null 2>&1; then gtk3theme="$(gsettings get org.gnome.desktop.interface $gsettings)" - gtk3theme=${gtk3theme//\'} elif [ -f "/usr/share/gtk-3.0/settings.ini" ]; then gtk3theme=$(grep "^[^#]*$name" /usr/share/gtk-3.0/settings.ini)