summaryrefslogtreecommitdiff
path: root/mail/thunderbird-bin-nightly/files/thunderbird.sh
blob: 503b06802a47c8a4666ff73383f3765f444a7fba (plain)
1
2
3
4
5
6
7
#!@SH@
# $NetBSD: thunderbird.sh,v 1.1.1.1 2003/12/04 05:25: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 "$@"