- Timestamp:
- Jun 6, 2012, 9:16:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/src/opihi/lib.shell/opihi.c
r31667 r33985 4 4 int opihi (int argc, char **argv) { 5 5 6 int Nbad , status;6 int Nbad; 7 7 char *line, *prompt, *history; 8 8 pid_t ppid; … … 39 39 stripwhite (line); 40 40 if (*line) { 41 status =multicommand (line);41 multicommand (line); 42 42 add_history (line); 43 43
Note:
See TracChangeset
for help on using the changeset viewer.
