diff options
Diffstat (limited to 'www/linux-opera7/files/patch-runme.sh')
-rw-r--r-- | www/linux-opera7/files/patch-runme.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/linux-opera7/files/patch-runme.sh b/www/linux-opera7/files/patch-runme.sh new file mode 100644 index 000000000000..21b2504efc3e --- /dev/null +++ b/www/linux-opera7/files/patch-runme.sh @@ -0,0 +1,11 @@ +--- runme.sh.orig Thu Apr 3 17:31:40 2003 ++++ runme.sh Thu Apr 3 18:36:09 2003 +@@ -177,7 +177,7 @@ + export OPERA_DIR OPERA_PLUGIN_PATH + + # Running Opera +-${OPERA} "${@}" ++exec ${OPERA} "${@}" + + # Cleanup + if test "${_CLEAN_OPERA_POLICY_}" = 'YES'; then |