From 6f1a0f7c99ac679b9f3626c9c27331c649687c19 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 7 Apr 2014 08:27:30 -0500 Subject: Switching to single equals --- data/indicator-application.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/indicator-application.conf.in b/data/indicator-application.conf.in index 74ef5eb..07a7d05 100644 --- a/data/indicator-application.conf.in +++ b/data/indicator-application.conf.in @@ -12,7 +12,7 @@ pre-start script # NOTE: Limiting only to Unity 7 right now as it's still using # dbusmenu. That can be lifted after it is ported to GMenu - if [ "x$DESKTOP_SESSION" == "xubuntu-touch" ] ; then + if [ "x$DESKTOP_SESSION" = "xubuntu-touch" ] ; then stop; exit 0 fi end script -- cgit v1.2.3