]> git.pld-linux.org Git - packages/iceweasel.git/blame - iceweasel-no-subshell.patch
- do parallel build the mozilla way
[packages/iceweasel.git] / iceweasel-no-subshell.patch
CommitLineData
7b33713c
ER
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
This page took 0.023357 seconds and 4 git commands to generate.