1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/seamonkey/files/mozilla.sh
Maxim Sobolev dcfb6713f9 Use "$@" to pass arguments to mozilla instead of $*, which is some cases could
be incorrect.

Submitted by:	Mike Meyer <mwm@mired.org>
2001-07-18 07:44:50 +00:00

7 lines
69 B
Bash

#!/bin/sh
#
# $FreeBSD$
cd @PREFIX@/lib/mozilla
exec ./mozilla "$@"