churchyard / rpms / bash

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