sugar-activity-web: remove bash specific code

master
James Cameron 9 years ago
parent e8553c13a1
commit 00c541af4f

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

Loading…
Cancel
Save