Ignore:
Timestamp:
Apr 30, 2007, 1:13:35 AM (18 years ago)
Author:
bird
Message:

Applied bash31-005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/subst.c

    r3239 r3240  
    67966796            {
    67976797              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                }
    67986804              free (temp);
    67996805              temp = temp1;
Note: See TracChangeset for help on using the changeset viewer.