pkgsrc/www/firefox/files/firefox.sh.in

9 lines
320 B
Bash

#! /bin/sh
#
# $NetBSD: firefox.sh.in,v 1.1 2009/09/16 19:06:18 tnn 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-bin @PREFIX@/lib/firefox/application.ini "$@"