]> git.pld-linux.org Git - packages/thunderbird.git/commitdiff
- updated for 3.1.10
authorhawk <hawk@pld-linux.org>
Fri, 29 Apr 2011 09:24:20 +0000 (09:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    no-subshell.patch -> 1.2

no-subshell.patch

index e292fccb835389050054e99b705173815d26dd63..089b2e764bdd63df1dc48b86a0c3cb4e8c6e5c0f 100644 (file)
@@ -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.
This page took 0.328015 seconds and 4 git commands to generate.