Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        setup.c 


Log Message:
Oops - the scripts dropped out a while back - too much cleaning.
The scripts are now back in, under $EROOT/scripts, nicely stashed away as
they should be.

===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/setup.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -3 -r1.84 -r1.85
--- setup.c     22 May 2003 19:15:02 -0000      1.84
+++ setup.c     8 Jun 2003 13:13:58 -0000       1.85
@@ -729,7 +729,6 @@
 #else
    Esetenv("EROOT", __XOS2RedirRoot(ENLIGHTENMENT_ROOT), 1);
 #endif
-   Esetenv("EROOT", ENLIGHTENMENT_ROOT, 1);
    Esetenv("EBIN", ENLIGHTENMENT_BIN, 1);
    Esnprintf(s, sizeof(s), "%i", getpid());
    Esetenv("EPID", s, 1);
@@ -960,7 +959,8 @@
        fclose(f);
        if (fork())
           EDBUG_RETURN_;
-       Esnprintf(file, sizeof(file), "exec %s/e_gen_menu", ENLIGHTENMENT_BIN);
+       Esnprintf(file, sizeof(file), "exec %s/scripts/e_gen_menu",
+                 ENLIGHTENMENT_ROOT);
        execl(usershell(getuid()), usershell(getuid()), "-c", (char *)file,
              NULL);
        exit(0);




-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to