sugar-activity-web: remove bash specific code

This commit is contained in:
James Cameron 2015-05-29 12:17:41 +10:00
parent e8553c13a1
commit 00c541af4f

View File

@ -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 $@