components/bash/patches/bash42-042.patch
changeset 5518 c47fe0edc204
parent 5517 7758049098f4
child 5519 a02d4d12218f
equal deleted inserted replaced
5517:7758049098f4 5518:c47fe0edc204
     1 			     BASH PATCH REPORT
       
     2 			     =================
       
     3 
       
     4 Bash-Release:	4.2
       
     5 Patch-ID:	bash42-042
       
     6 
       
     7 Bug-Reported-by:	Adam Pippin <[email protected]>
       
     8 Bug-Reference-ID:	<CAPYbNHr6ucZFOoWsRdUJj6KP3Ju0j1bkESa_cmb7iU+kZwdVpg@mail.gmail.com>
       
     9 Bug-Reference-URL:	http://lists.gnu.org/archive/html/bug-bash/2012-11/msg00087.html
       
    10 
       
    11 Bug-Description:
       
    12 
       
    13 Compilation failed after specifying the  `--enable-minimal-config' option to
       
    14 configure (more specifically, specifying `--disable-alias').
       
    15 
       
    16 Patch (apply with `patch -p0'):
       
    17 
       
    18 *** ../bash-4.2-patched/parse.y	2012-07-08 21:53:33.000000000 -0400
       
    19 --- parse.y	2012-10-14 20:20:34.000000000 -0400
       
    20 ***************
       
    21 *** 2394,2397 ****
       
    22 --- 2392,2396 ----
       
    23   	   to consume the quoted newline and move to the next character in
       
    24   	   the expansion. */
       
    25 + #if defined (ALIAS)
       
    26   	if (expanding_alias () && shell_input_line[shell_input_line_index+1] == '\0')
       
    27   	  {
       
    28 ***************
       
    29 *** 2404,2408 ****
       
    30   	    goto next_alias_char;	/* and get next character */
       
    31   	  }
       
    32 ! 	else	    
       
    33   	  goto restart_read;
       
    34       }
       
    35 --- 2403,2408 ----
       
    36   	    goto next_alias_char;	/* and get next character */
       
    37   	  }
       
    38 ! 	else
       
    39 ! #endif 
       
    40   	  goto restart_read;
       
    41       }
       
    42 
       
    43 *** ../bash-4.2-patched/patchlevel.h	Sat Jun 12 20:14:48 2010
       
    44 --- patchlevel.h	Thu Feb 24 21:41:34 2011
       
    45 ***************
       
    46 *** 26,30 ****
       
    47      looks for to find the patch level (for the sccs version string). */
       
    48   
       
    49 ! #define PATCHLEVEL 41
       
    50   
       
    51   #endif /* _PATCHLEVEL_H_ */
       
    52 --- 26,30 ----
       
    53      looks for to find the patch level (for the sccs version string). */
       
    54   
       
    55 ! #define PATCHLEVEL 42
       
    56   
       
    57   #endif /* _PATCHLEVEL_H_ */