X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=firefox-no-subshell.patch;fp=firefox-no-subshell.patch;h=23785668e4779d41bbeb308f9426f7aa3cd3fc6a;hb=54d6358a91f22be9dba00b04f820cbe56c4bf927;hp=0000000000000000000000000000000000000000;hpb=d0a1bb805e0bb1b5f62469b5a26e3658af252990;p=packages%2Ffirefox.git diff --git a/firefox-no-subshell.patch b/firefox-no-subshell.patch new file mode 100644 index 0000000..2378566 --- /dev/null +++ b/firefox-no-subshell.patch @@ -0,0 +1,11 @@ +--- iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh~ 2007-09-04 20:09:31.000000000 +0300 ++++ iceweasel-3.0.10/mozilla/build/unix/run-mozilla.sh 2009-05-05 19:20:55.718561642 +0300 +@@ -438,7 +438,7 @@ + then + moz_debug_program ${1+"$@"} + else +- moz_run_program ${1+"$@"} ++ exec "$MOZ_PROGRAM" ${1+"$@"} + fi + + exit $exitcode