IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2020, 11:34:29 AM (6 years ago)
Author:
eugene
Message:

add string-vector ops

File:
1 edited

Legend:

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

    r40329 r41363  
    8484      /* this is not a scalar, vector, or matrix.  must be string */
    8585      stack[i].type  = ST_STRING;
     86     
     87      /* I could strip the quotes from the name here,
     88         but this might change the behavior for string tests
     89      */
     90
     91      // I cannot require quotes around a string here because variables are expanded upstream
    8692    }
    8793  }
Note: See TracChangeset for help on using the changeset viewer.