Changeset 3240
- Timestamp:
- Apr 30, 2007, 1:13:35 AM (18 years ago)
- Location:
- trunk/essentials/app-shells/bash
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/essentials/app-shells/bash/patchlevel.h
r3239 r3240 26 26 looks for to find the patch level (for the sccs version string). */ 27 27 28 #define PATCHLEVEL 428 #define PATCHLEVEL 5 29 29 30 30 #endif /* _PATCHLEVEL_H_ */ -
trunk/essentials/app-shells/bash/subst.c
r3239 r3240 6796 6796 { 6797 6797 temp1 = bash_tilde_expand (temp, tflag); 6798 if (temp1 && *temp1 == '~' && STREQ (temp, temp1)) 6799 { 6800 FREE (temp); 6801 FREE (temp1); 6802 goto add_character; /* tilde expansion failed */ 6803 } 6798 6804 free (temp); 6799 6805 temp = temp1;
Note:
See TracChangeset
for help on using the changeset viewer.