Changeset 3655 in kBuild for trunk/src/kmk/job.c
- Timestamp:
- Nov 4, 2024 12:47:56 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r3432 r3655 3112 3112 { 3113 3113 /* Tilde is only special if at the start of a path spec, 3114 i.e. don't get excited when we by 8.3 files on windows. */3114 i.e. don't get excited by 8.3 filenames on windows. */ 3115 3115 if ( *p == '~' 3116 3116 && p > line
Note:
See TracChangeset
for help on using the changeset viewer.