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/ListOps.c

    r39333 r40652  
    213213      if (!strcmp (temp, "-x")) goto escape;
    214214      if (!strcmp (temp, "-glob")) goto escape;
     215      if (!strcmp (temp, "-file")) goto escape;
    215216      if (!strcmp (temp, "-split")) goto escape;
    216217      if (!strcmp (temp, "-join")) goto escape;
Note: See TracChangeset for help on using the changeset viewer.