Changeset 2800 for trunk/Ohana/src/opihi/lib.shell/opihi.c
- Timestamp:
- Dec 23, 2004, 7:35:29 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/opihi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/opihi.c
r2598 r2800 18 18 19 19 line = readline (prompt); 20 if (line == NULL) { 20 if (line == NULL) { 21 if (!isatty (STDIN_FILENO)) exit (2); 21 22 fprintf (stdout, "Use \"quit\" to exit\n"); 22 23 Nbad ++;
Note:
See TracChangeset
for help on using the changeset viewer.
