diff options
author | des <des@FreeBSD.org> | 2002-08-27 17:49:52 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-08-27 17:49:52 +0800 |
commit | 39905acda807a1b7506a4abdd80d5cb3e2ad4238 (patch) | |
tree | c80c926ade9d9b1d62c89a1a2e5321aae139054e /www/linux-opera7 | |
parent | ce3385237fd339934d8c64657fe74123c724f807 (diff) | |
download | freebsd-ports-gnome-39905acda807a1b7506a4abdd80d5cb3e2ad4238.tar.gz freebsd-ports-gnome-39905acda807a1b7506a4abdd80d5cb3e2ad4238.tar.zst freebsd-ports-gnome-39905acda807a1b7506a4abdd80d5cb3e2ad4238.zip |
exec the Opera binary instead of running it as a subprocess.
Submitted by: lioux
Diffstat (limited to 'www/linux-opera7')
-rw-r--r-- | www/linux-opera7/files/patch-ab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/linux-opera7/files/patch-ab b/www/linux-opera7/files/patch-ab new file mode 100644 index 000000000000..e210b2693d17 --- /dev/null +++ b/www/linux-opera7/files/patch-ab @@ -0,0 +1,8 @@ +--- runme.sh.orig Tue Aug 13 17:08:25 2002 ++++ runme.sh Tue Aug 27 11:48:18 2002 +@@ -55,4 +55,4 @@ + export OPERA_DIR OPERA_PLUGIN_PATH + + # Running Opera +-$OPERA "$@" ++exec $OPERA "$@" |