Changeset 1372
- Timestamp:
 - Dec 14, 2007, 3:56:42 AM (18 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kmk/job.c (modified) (1 diff)
 
 
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.
  