From 5bdd448b9ca4418443f66bad96c6bfc05eefbe81 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 24 Jun 1994 15:14:16 +0000 Subject: [PATCH] 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!). --- contrib/crunch/crunchgen/crunched_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/crunch/crunchgen/crunched_main.c b/contrib/crunch/crunchgen/crunched_main.c index 43de7ff800..a07317aa5a 100644 --- a/contrib/crunch/crunchgen/crunched_main.c +++ b/contrib/crunch/crunchgen/crunched_main.c @@ -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; -- 2.20.1