]> git.pld-linux.org Git - packages/thunderbird.git/blobdiff - no-subshell.patch
up to 102.0
[packages/thunderbird.git] / no-subshell.patch
index 5bf556e1289ed439430b98ab628770732c216fec..b7246a01a19101f367c156932cd1e5b58f1e093f 100644 (file)
  fi
  
  exit $exitcode
---- 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 "$@"
-+  "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
-+else
-+  exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
-+  # NORETURN
- fi
--exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
- # EOF.
This page took 0.031357 seconds and 4 git commands to generate.