- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Ohana/src/opihi/lib.shell/parse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/Ohana/src/opihi/lib.shell/parse.c
r30614 r34041 101 101 V1 ++; 102 102 while (isspace (*V1)) V1++; 103 if (*V1 == 0) goto error; 103 if (*V1 == 0) { 104 // assign empty vector 105 set_str_variable (V0, ""); 106 goto escape; 107 } 104 108 105 109 /* command replacement. execute the line, place answer in val. */
Note:
See TracChangeset
for help on using the changeset viewer.
