Some brackets.

This commit is contained in:
KittyKatt
2019-10-06 22:05:04 -05:00
parent 55af6c85e1
commit b244999be1

View File

@@ -2817,7 +2817,7 @@ detectgtk () {
# Proper gtk3 Theme detection
if type -p gsettings >/dev/null 2>&1; then
if [ -z "$gtk3Theme" || "$gtk3Theme" = "Not Found" ]; then
if [[ -z "$gtk3Theme" || "$gtk3Theme" = "Not Found" ]]; then
gtk3Theme=$(gsettings get org.gnome.desktop.interface gtk-theme 2>/dev/null)
gtk3Theme=${gtk3Theme//"'"}
fi