462fb2
			     BASH PATCH REPORT
462fb2
			     =================
462fb2
462fb2
Bash-Release:	4.2
462fb2
Patch-ID:	bash42-042
462fb2
462fb2
Bug-Reported-by:	Adam Pippin <adam@gp-inc.ca>
462fb2
Bug-Reference-ID:	<CAPYbNHr6ucZFOoWsRdUJj6KP3Ju0j1bkESa_cmb7iU+kZwdVpg@mail.gmail.com>
462fb2
Bug-Reference-URL:	http://lists.gnu.org/archive/html/bug-bash/2012-11/msg00087.html
462fb2
462fb2
Bug-Description:
462fb2
462fb2
Compilation failed after specifying the  `--enable-minimal-config' option to
462fb2
configure (more specifically, specifying `--disable-alias').
462fb2
462fb2
Patch (apply with `patch -p0'):
462fb2
462fb2
*** ../bash-4.2-patched/parse.y	2012-07-08 21:53:33.000000000 -0400
462fb2
--- parse.y	2012-10-14 20:20:34.000000000 -0400
462fb2
***************
462fb2
*** 2394,2397 ****
462fb2
--- 2392,2396 ----
462fb2
  	   to consume the quoted newline and move to the next character in
462fb2
  	   the expansion. */
462fb2
+ #if defined (ALIAS)
462fb2
  	if (expanding_alias () && shell_input_line[shell_input_line_index+1] == '\0')
462fb2
  	  {
462fb2
***************
462fb2
*** 2404,2408 ****
462fb2
  	    goto next_alias_char;	/* and get next character */
462fb2
  	  }
462fb2
! 	else	    
462fb2
  	  goto restart_read;
462fb2
      }
462fb2
--- 2403,2408 ----
462fb2
  	    goto next_alias_char;	/* and get next character */
462fb2
  	  }
462fb2
! 	else
462fb2
! #endif 
462fb2
  	  goto restart_read;
462fb2
      }
462fb2
462fb2
*** ../bash-4.2-patched/patchlevel.h	Sat Jun 12 20:14:48 2010
462fb2
--- patchlevel.h	Thu Feb 24 21:41:34 2011
462fb2
***************
462fb2
*** 26,30 ****
462fb2
     looks for to find the patch level (for the sccs version string). */
462fb2
  
462fb2
! #define PATCHLEVEL 41
462fb2
  
462fb2
  #endif /* _PATCHLEVEL_H_ */
462fb2
--- 26,30 ----
462fb2
     looks for to find the patch level (for the sccs version string). */
462fb2
  
462fb2
! #define PATCHLEVEL 42
462fb2
  
462fb2
  #endif /* _PATCHLEVEL_H_ */