Files
pkgsrc-ng/www/firefox36/files/firefox.sh.in
T
2013-09-26 17:14:40 +02:00

10 lines
325 B
Bash

#! /bin/sh
#
# $NetBSD: firefox.sh.in,v 1.2 2011/08/20 13:05:50 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/xulrunner192/xulrunner-bin @PREFIX@/lib/firefox36/application.ini "$@"