Changeset 1222 for trunk/src/kash/mail.c
- Timestamp:
- Oct 8, 2007, 2:24:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/mail.c
r1218 r1222 95 95 for (q = p ; *q ; q++); 96 96 if (q[-1] != '/') 97 abort();97 sh_abort(psh); 98 98 q[-1] = '\0'; /* delete trailing '/' */ 99 99 #ifdef notdef /* this is what the System V shell claims to do (it lies) */
Note:
See TracChangeset
for help on using the changeset viewer.