Changeset 2792 for trunk/Ohana/src/opihi/lib.shell/parse.c
- Timestamp:
- Dec 22, 2004, 1:23:23 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/parse.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/parse.c
r2598 r2792 56 56 if (*V1 == 0) goto error; 57 57 58 /* command replacement. execute the line, place answer in val. */59 58 if (*V1 == '`') { 59 /* command replacement. execute the line, place answer in val. */ 60 60 61 61 /* look for end of line, must be ` */
Note:
See TracChangeset
for help on using the changeset viewer.
