r301 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun May 20 21:07:38 EDT 2007


Author: icculus
Date: 2007-05-20 21:07:38 -0400 (Sun, 20 May 2007)
New Revision: 301

Modified:
   trunk/mojosetup.c
Log:
Whoops, typo.


Modified: trunk/mojosetup.c
===================================================================
--- trunk/mojosetup.c	2007-05-20 23:24:36 UTC (rev 300)
+++ trunk/mojosetup.c	2007-05-21 01:07:38 UTC (rev 301)
@@ -88,7 +88,7 @@
     if (cmdlinestr("nobinswitch", "MOJOSETUP_NOBINSWITCH", NULL) != NULL)
         return;  // we are already switched or the user is preventing it.
 
-    setenv("MOJOSETUP_NOSWITCHBIN", "1", 1);
+    setenv("MOJOSETUP_NOBINSWITCH", "1", 1);
     setenv("MOJOSETUP_BASE", GBaseArchivePath, 1);
 
     if (GBaseArchive->enumerate(GBaseArchive))




More information about the mojosetup-commits mailing list