Just talked with James - there's another, better way to go about this.
Back out my earlier change. Note that this is just for the 1.1.5R floppies; the 1.1.5A ones still have the work-around method (which works fine and doesn't hurt anything, it's just kludge!).
This commit is contained in:
parent
a47d4a467d
commit
a62f0e65da
@ -52,8 +52,6 @@ int main(int argc, char **argv)
|
||||
slash = strrchr(argv[0], '/');
|
||||
basename = slash? slash+1 : argv[0];
|
||||
|
||||
if (!strcmp(argv[0], "-"))
|
||||
basename="sh";
|
||||
for(ep=entry_points; ep->name != NULL; ep++)
|
||||
if(!strcmp(basename, ep->name)) break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user