From 00c541af4f6d345d3aa19a2a7fb19b7eca66a8ce Mon Sep 17 00:00:00 2001 From: James Cameron Date: Fri, 29 May 2015 12:17:41 +1000 Subject: [PATCH] sugar-activity-web: remove bash specific code --- bin/sugar-activity-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sugar-activity-web b/bin/sugar-activity-web index 388a5346..b204b3e6 100644 --- a/bin/sugar-activity-web +++ b/bin/sugar-activity-web @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., 59 Temple Place - Suite 330, # Boston, MA 02111-1307, USA. -if [ "$SUGAR_USE_WEBKIT1" == "yes" ]; then +if [ "$SUGAR_USE_WEBKIT1" = "yes" ]; then exec sugar-activity sugar3.activity.webkit1.WebActivity $@ else exec sugar-activity sugar3.activity.webactivity.WebActivity $@