- 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/pantasks/client_shell.c
r31666 r33985 4 4 int client_shell (int argc, char **argv) { 5 5 6 int Nbad , status;6 int Nbad; 7 7 char *line, *prompt, *history; 8 8 pid_t ppid; … … 41 41 42 42 if (*line) { 43 status = multicommand (line); 43 // status = multicommand (line); do something different if false? 44 multicommand (line); 44 45 add_history (line); 45 46 append_history (1, history);
Note:
See TracChangeset
for help on using the changeset viewer.
