Changeset 41959 for trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
- Timestamp:
- Dec 10, 2021, 3:36:17 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/expand_vectors.c
r41715 r41959 135 135 // include/shell.h. A vector name cannot include a colon, while a variable name 136 136 // cannot include a dot. 137 138 for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w) && ISVEC(*w); w--); 137 // temporary remove ISVEC check until ":" issue fixed CCL 138 //for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w) && ISVEC(*w); w--); 139 for (w = p - 1; (w >= line) && !OHANA_WHITESPACE(*w); w--); 139 140 w ++; 140 141 n = (int)(p - w);
Note:
See TracChangeset
for help on using the changeset viewer.
