Changeset 34088 for trunk/Ohana/src/opihi/lib.shell/opihi.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/opihi.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/opihi.c
r31667 r34088 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.
