From: hawk Date: Fri, 29 Apr 2011 09:24:20 +0000 (+0000) Subject: - updated for 3.1.10 X-Git-Tag: icedove-7_0_1-0_1~24 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fthunderbird.git;a=commitdiff_plain;h=f38440b898a05fa58b6fc8a7ee248feb5f043f7f - updated for 3.1.10 Changed files: no-subshell.patch -> 1.2 --- diff --git a/no-subshell.patch b/no-subshell.patch index e292fcc..089b2e7 100644 --- a/no-subshell.patch +++ b/no-subshell.patch @@ -12,7 +12,7 @@ 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 @@ +@@ -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.