exec the Opera binary instead of running it as a subprocess.

Submitted by:	lioux
This commit is contained in:
Dag-Erling Smørgrav 2002-08-27 09:49:52 +00:00
parent b19c94067b
commit 41434d336c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65090
3 changed files with 24 additions and 0 deletions

View File

@ -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 "$@"

View File

@ -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 "$@"

View File

@ -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 "$@"