mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 307559 - Update of extensions (which are not compatible) after the installing of Firefox don't work r=darin
This commit is contained in:
parent
004d195a07
commit
cfc76867ea
@ -72,6 +72,7 @@
|
||||
# define R_OK 04
|
||||
# define access _access
|
||||
# define snprintf _snprintf
|
||||
# define putenv _putenv
|
||||
# define fchmod(a,b)
|
||||
#else
|
||||
# include <sys/wait.h>
|
||||
@ -955,6 +956,8 @@ PatchIfFile::Finish(int status)
|
||||
static void
|
||||
LaunchCallbackApp(int argc, char **argv)
|
||||
{
|
||||
putenv("NO_EM_RESTART=");
|
||||
|
||||
#if defined(USE_EXECV)
|
||||
execv(argv[0], argv);
|
||||
#elif defined(XP_MACOSX)
|
||||
|
Loading…
Reference in New Issue
Block a user