Use bash syntax

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