Changeset 3273 for trunk/src/kmk/job.c
- Timestamp:
- Jan 4, 2019, 1:48:51 AM (7 years ago)
- File:
-
- 1 edited
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.