Changeset 3273 in kBuild for trunk/src/kmk/job.c
- Timestamp:
- Jan 4, 2019 12:48:51 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/kmk/job.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r3234 r3273 3364 3364 # ifdef __EMX__ /* is this necessary? */ 3365 3365 if (!unixy_shell && shellflags) 3366 shellflags[0] = '/'; /* "/c" */3366 ((char *)shellflags)[0] = '/'; /* "/c" */ 3367 3367 # endif 3368 3368
Note:
See TracChangeset
for help on using the changeset viewer.

