summaryrefslogtreecommitdiff
path: root/www/firefox/files/firefox.sh.in
blob: 7d302389a85ec53739e5831ba80fcd881050dd4f (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh
#
# $NetBSD: firefox.sh.in,v 1.2 2012/08/28 12:42:02 ryoon Exp $
#
# We currently overwrite the nsXULStub launcher with this wrapper script.
# The stub causes problems like HTTPS protocol not working.
# XXX to be investigated

exec @PREFIX@/lib/xulrunner/xulrunner @PREFIX@/lib/firefox/application.ini "$@"