X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=no-subshell.patch;h=5bf556e1289ed439430b98ab628770732c216fec;hb=20dac48a400400774e3e296d862c2e4a66ba8a65;hp=e292fccb835389050054e99b705173815d26dd63;hpb=268e7766330410cee9e17ef9bf436d10e5329f55;p=packages%2Fthunderbird.git diff --git a/no-subshell.patch b/no-subshell.patch index e292fcc..5bf556e 100644 --- a/no-subshell.patch +++ b/no-subshell.patch @@ -1,5 +1,5 @@ ---- iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh~ 2007-09-04 20:09:31.000000000 +0300 -+++ iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh 2009-05-05 19:20:55.718561642 +0300 +--- iceweasel-3.0.10/build/unix/run-mozilla.sh~ 2007-09-04 20:09:31.000000000 +0300 ++++ iceweasel-3.0.10/build/unix/run-mozilla.sh 2009-05-05 19:20:55.718561642 +0300 @@ -438,7 +438,8 @@ then moz_debug_program ${1+"$@"} @@ -10,9 +10,9 @@ fi exit $exitcode ---- iceweasel-3.0.10/mozilla/build/unix/mozilla.in~ 2007-10-05 10:29:26.000000000 +0300 -+++ iceweasel-3.0.10/mozilla/build/unix/mozilla.in 2009-05-05 19:26:08.278322082 +0300 -@@ -135,8 +135,11 @@ +--- iceweasel-3.0.10/build/unix/mozilla.in~ 2007-10-05 10:29:26.000000000 +0300 ++++ iceweasel-3.0.10/build/unix/mozilla.in 2009-05-05 19:26:08.278322082 +0300 +@@ -135,6 +135,9 @@ if [ $debugging = 1 ] then echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@" @@ -21,7 +21,5 @@ + exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" + # NORETURN fi --"$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" - exitcode=$? - - exit $exitcode +-exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@" + # EOF.