Changeset 30199
- Timestamp:
- Jan 2, 2011, 9:37:40 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/Ohana/src/opihi/lib.shell/command.c
r30115 r30199 13 13 if (!line) { fprintf (stderr, "programming error\n"); abort(); } 14 14 15 rawline = strcreate (line); 15 rawline = strcreate (line); // used for error messages which should echo the unparsed line 16 16 17 17 /* force a space between ! and first word: !ls becomes ! ls */ … … 90 90 91 91 FREE (rawline); 92 93 if (VERBOSE_SHELL != OPIHI_VERBOSE_OFF) gprint (GP_ERR, "error on line: %s\n", rawline); 94 95 // return the current value of line, in case it was modified 96 *outline = line; 92 97 return FALSE; 93 98 }
Note:
See TracChangeset
for help on using the changeset viewer.
