Use bash syntax

This commit is contained in:
Carl Schwan 2019-07-23 10:53:10 +02:00
parent cc491fc593
commit 1daac57e97
No known key found for this signature in database
GPG key ID: 06B35D38387B67BE

View file

@ -1560,9 +1560,10 @@ get_de() {
;;
esac
if [ "$KDE_SESSION_VERSION" -ge "4" ]; then
if (( "$KDE_SESSION_VERSION" >= "4" )); then
de="${de/KDE/Plasma}"
fi
# Log that the function was run.
de_run=1
}