]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox-no-subshell.patch
- back to Firefox name, obsolete Iceweasel
[packages/firefox.git] / firefox-no-subshell.patch
diff --git a/firefox-no-subshell.patch b/firefox-no-subshell.patch
new file mode 100644 (file)
index 0000000..2378566
--- /dev/null
@@ -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
This page took 0.049391 seconds and 4 git commands to generate.