IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2019, 5:05:27 AM (7 years ago)
Author:
eugene
Message:

allow nested variables in lists (e.g., $ref = foo, $foo:n = a, $$ref:n = a); add list -file option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/opihi.c

    r34088 r40652  
    88  pid_t ppid;
    99
    10   general_init (&argc, argv);
    11   program_init (&argc, argv);
    12   startup (&argc, argv);
     10  general_init (&argc, argv); // in startup.c : init drand48, signals, gprint, opihi_error
     11  program_init (&argc, argv); // in mana.c.in, dvo.c.in, etc
     12  startup (&argc, argv);      // in startup.c : set global variables, load history, --norc, --only
    1313  prompt = get_variable("PROMPT");
    1414  history = get_variable("HISTORY");
Note: See TracChangeset for help on using the changeset viewer.