--- Urlader/urlader.c 2012/01/03 10:37:45 1.10 +++ Urlader/urlader.c 2012/01/05 06:00:13 1.11 @@ -172,7 +172,9 @@ u_handle oh = pack_handle; pack_handle = h; - if (!pack_map ()) + if (pack_map ()) + u_setenv ("URLADER_OVERRIDE", "override"); + else { pack_handle = oh; oh = h; @@ -327,6 +329,8 @@ if (!GetCurrentDirectory (sizeof (currdir), currdir)) strcpy (currdir, "."); + doit (); + return 0; } @@ -343,6 +347,8 @@ strcpy (currdir, "."); #if 0 + /* intersperse hostname, for whatever reason */ + if (gethostname (tmppath, sizeof (tmppath))) strcpy (tmppath, "default");