Bug 307559 - Update of extensions (which are not compatible) after the installing of Firefox don't work r=darin

This commit is contained in:
bsmedberg%covad.net 2005-09-09 13:07:08 +00:00
parent 004d195a07
commit cfc76867ea

View File

@ -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)