summaryrefslogtreecommitdiff
path: root/www/opera/files/opera.sh
blob: 08ed7addb30efd49c8f45f8a457695d2d05eade5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!@SH@
#
# $NetBSD: opera.sh,v 1.5 2011/01/24 21:46:18 ahoka Exp $
#
# This script is used with linux-* emulations to ensure that opera is
# started with the proper environment.
#

# Fix up LD_LIBRARY_PATH so that /lib is always searched for shared
# libraries.
#
LD_LIBRARY_PATH=/lib:/usr/lib; export LD_LIBRARY_PATH

exec @EMULDIR@/bin/bash /usr/bin/opera "$@"