]> git.pld-linux.org Git - packages/firefox.git/blob - mozilla-firefox-no-subshell.patch
- updated to 3.6.12, fixes:
[packages/firefox.git] / mozilla-firefox-no-subshell.patch
1 --- iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh~ 2007-09-04 20:09:31.000000000 +0300
2 +++ iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh  2009-05-05 19:20:55.718561642 +0300
3 @@ -438,7 +438,7 @@
4  then
5         moz_debug_program ${1+"$@"}
6  else
7 -       moz_run_program ${1+"$@"}
8 +       exec "$MOZ_PROGRAM" ${1+"$@"}
9  fi
10  
11  exit $exitcode
12 --- iceweasel-3.0.10/mozilla/build/unix/mozilla.in~     2007-10-05 10:29:26.000000000 +0300
13 +++ iceweasel-3.0.10/mozilla/build/unix/mozilla.in      2009-05-05 19:26:08.278322082 +0300
14 @@ -135,8 +135,5 @@
15  then
16    echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN "$@"
17  fi
18 -"$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
19 -exitcode=$?
20 -
21 -exit $exitcode
22 +exec "$dist_bin/run-mozilla.sh" $script_args "$dist_bin/$MOZILLA_BIN" "$@"
23  # EOF.
This page took 0.024662 seconds and 3 git commands to generate.