summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2019-03-02 21:10:09 +0100
committerJulian Xhokaxhiu2019-03-02 21:10:09 +0100
commita399837b0c1e39c6d84c21bc04557170d59f6cfc (patch)
treedc6d4af2609a90262e370ffe15c4db90a7e4af0f
parent396255e6e1031124559533d937037aa7fd3111f3 (diff)
downloadaur-a399837b0c1e39c6d84c21bc04557170d59f6cfc.tar.gz
Fix syntax issue
-rw-r--r--gnome-shell-extension.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-shell-extension.install b/gnome-shell-extension.install
index ace9ac409216..b518ff16ef75 100644
--- a/gnome-shell-extension.install
+++ b/gnome-shell-extension.install
@@ -1,5 +1,5 @@
post_install() {
- if [ $XDG_SESSION_TYPE == 'x11' ]; then
+ if [ "$XDG_SESSION_TYPE" == "x11" ]; then
echo "==> ****************************************************"
echo "==> Don't forget to Restart GNOME Shell ([Alt]+[F2], r)."
echo "==> ****************************************************"