summaryrefslogtreecommitdiff
path: root/mail/thunderbird-bin/files/thunderbird.sh
blob: c231096fdfcd1d6874a577f9c5bfedc1c1b7fbbc (plain)
1
2
3
4
5
6
7
#!@SH@
# $NetBSD: thunderbird.sh,v 1.1.1.1 2003/12/04 05:24:42 grant Exp $

LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@PREFIX@/lib/thunderbird-@PLATFORM@:@PREFIX@/lib"
export LD_LIBRARY_PATH

exec @PREFIX@/lib/thunderbird-@PLATFORM@/thunderbird "$@"