Changeset 41363 for trunk/Ohana/src/opihi/lib.shell/check_stack.c
- Timestamp:
- May 23, 2020, 11:34:29 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/check_stack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/check_stack.c
r40329 r41363 84 84 /* this is not a scalar, vector, or matrix. must be string */ 85 85 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 86 92 } 87 93 }
Note:
See TracChangeset
for help on using the changeset viewer.
