summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "==> ****************************************************"