Changeset 3192 for trunk/src/kmk/job.c
- Timestamp:
- Mar 26, 2018, 10:25:56 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r3186 r3192 1481 1481 } 1482 1482 1483 /* We're sure we're going to invoke a command: set up the output. */ 1484 output_start (); 1485 1486 /* Flush the output streams so they won't have things written twice. */ 1487 1488 fflush (stdout); 1489 fflush (stderr); 1490 1483 1491 #ifdef CONFIG_WITH_KMK_BUILTIN 1484 1492 /* If builtin command then pass it on to the builtin shell interpreter. */ … … 1538 1546 } 1539 1547 #endif /* CONFIG_WITH_KMK_BUILTIN */ 1540 1541 /* We're sure we're going to invoke a command: set up the output. */1542 output_start ();1543 1544 /* Flush the output streams so they won't have things written twice. */1545 1546 fflush (stdout);1547 fflush (stderr);1548 1548 1549 1549 /* Decide whether to give this child the 'good' standard input
Note:
See TracChangeset
for help on using the changeset viewer.