Changeset 1372 in kBuild for trunk/src/kmk
- Timestamp:
- Dec 14, 2007 2:56:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r1317 r1372 2797 2797 if (p[1] != '\\' && p[1] != '\'' 2798 2798 && !isspace ((unsigned char)p[1]) 2799 # ifdef KMK 2800 && strchr (sh_chars, p[1]) == 0) 2801 # else 2799 2802 && strchr (sh_chars_sh, p[1]) == 0) 2803 # endif 2800 2804 /* back up one notch, to copy the backslash */ 2801 2805 --p;
Note:
See TracChangeset
for help on using the changeset viewer.