Changeset 3240 for trunk/essentials/app-shells/bash/subst.c
- Timestamp:
- Apr 30, 2007, 1:13:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.