Changeset 1317 in kBuild
- Timestamp:
- Dec 2, 2007 6:54:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r1299 r1317 2537 2537 static char *sh_chars_sh = sh_chars; 2538 2538 # endif /* HAVE_DOS_PATHS */ 2539 # ifdef KMK 2540 char* sh_chars = sh_chars_sh; 2541 char** sh_cmds = sh_cmds_sh; 2542 # endif 2539 char* sh_chars = sh_chars_sh; /* kmk: +_sh */ 2540 char** sh_cmds = sh_cmds_sh; /* kmk: +_sh */ 2543 2541 #endif 2544 2542 #ifdef KMK
Note:
See TracChangeset
for help on using the changeset viewer.