Fix matching error

This commit is contained in:
Dylan 2016-04-02 02:27:25 +11:00
parent 88be4fc541
commit baf86efb95
1 changed files with 2 additions and 2 deletions

View File

@ -789,8 +789,8 @@ getde () {
"KDE_SESSION_VERSION"*) de="KDE${de/* = }" ;;
*"MUFFIN"*) de="Cinnamon" ;;
*"MARCO"*) de="MATE" ;;
*"xfce4") de="XFCE4" ;;
*"xfce5") de="XFCE5" ;;
*"xfce4"*) de="XFCE4" ;;
*"xfce5"*) de="XFCE5" ;;
esac
fi
}