Changeset 4689 for trunk/Ohana/src/opihi/lib.shell/startup.c
- Timestamp:
- Jul 31, 2005, 1:04:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/startup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/startup.c
r3418 r4689 35 35 } 36 36 37 /* keep these?38 set_int_variable ("UNSIGN", 0);39 FT_UNSIGN_MODE = FALSE;40 */41 42 37 { 43 38 … … 57 52 set_str_variable ("KAPA", "kapa"); 58 53 59 # if 0 60 help = getenv ("MANA-HELP"); 61 if (help == (char *) NULL) { 62 /* try in exec path */ 63 ALLOCATE (help, char, 1024); 64 execdir = findexec (argc, argv); 65 if (execdir == (char *) NULL) { 66 fprintf (stderr, "error with executable name: can't resolve path\n"); 67 execdir = strcreate ("."); 68 } 69 execname = filebasename (argv[0]); 70 sprintf (help, "%s/%s.hlp", execdir, execname); 71 } 72 set_str_variable ("HELPDIR", help); 73 # endif 54 /* keep these? 55 set_int_variable ("UNSIGN", 0); 56 FT_UNSIGN_MODE = FALSE; 57 */ 74 58 75 59 if (!ConfigInit (&argc, argv)) {
Note:
See TracChangeset
for help on using the changeset viewer.
