Commit 5e3a3997 authored by Dylan Araps's avatar Dylan Araps

DE: Fix case issue

parent d6323807
...@@ -558,7 +558,7 @@ get_de() { ...@@ -558,7 +558,7 @@ get_de() {
fi fi
# If DE == WM unset DE. # If DE == WM unset DE.
de="${de/${wm}}" [[ "$de" == "$wm" ]] && unset -v de
;; ;;
esac esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment