Roman Rakus 245501
			     BASH PATCH REPORT
Roman Rakus 245501
			     =================
Roman Rakus 245501
Roman Rakus 245501
Bash-Release: 4.0
Roman Rakus 245501
Patch-ID: bash40-008
Roman Rakus 245501
Roman Rakus 245501
Bug-Reported-by:	Mike Frysinger <vapier@gentoo.org>
Roman Rakus 245501
Bug-Reference-ID:	<200902261030.54062.vapier@gentoo.org>
Roman Rakus 245501
Bug-Reference-URL:	http://lists.gnu.org/archive/html/bug-bash/2009-02/msg00230.html
Roman Rakus 245501
Roman Rakus 245501
Bug-Description:
Roman Rakus 245501
Roman Rakus 245501
Patch:
Roman Rakus 245501
Roman Rakus 245501
*** ../bash-4.0/parse.y	2009-01-08 08:29:12.000000000 -0500
Roman Rakus 245501
--- parse.y	2009-02-26 17:22:15.000000000 -0500
Roman Rakus 245501
***************
Roman Rakus 245501
*** 3443,3448 ****
Roman Rakus 245501
  	      else
Roman Rakus 245501
  		shell_ungetc (peekc);
Roman Rakus 245501
! 	      tflags |= LEX_HEREDELIM;
Roman Rakus 245501
! 	      lex_firstind = -1;
Roman Rakus 245501
  	      continue;
Roman Rakus 245501
  	    }
Roman Rakus 245501
--- 3443,3451 ----
Roman Rakus 245501
  	      else
Roman Rakus 245501
  		shell_ungetc (peekc);
Roman Rakus 245501
! 	      if (peekc != '<')
Roman Rakus 245501
! 		{
Roman Rakus 245501
! 		  tflags |= LEX_HEREDELIM;
Roman Rakus 245501
! 		  lex_firstind = -1;
Roman Rakus 245501
! 		}
Roman Rakus 245501
  	      continue;
Roman Rakus 245501
  	    }
Roman Rakus 245501
*** ../bash-4.0/patchlevel.h	2009-01-04 14:32:40.000000000 -0500
Roman Rakus 245501
--- patchlevel.h	2009-02-22 16:11:31.000000000 -0500
Roman Rakus 245501
***************
Roman Rakus 245501
*** 26,30 ****
Roman Rakus 245501
     looks for to find the patch level (for the sccs version string). */
Roman Rakus 245501
  
Roman Rakus 245501
! #define PATCHLEVEL 7
Roman Rakus 245501
  
Roman Rakus 245501
  #endif /* _PATCHLEVEL_H_ */
Roman Rakus 245501
--- 26,30 ----
Roman Rakus 245501
     looks for to find the patch level (for the sccs version string). */
Roman Rakus 245501
  
Roman Rakus 245501
! #define PATCHLEVEL 8
Roman Rakus 245501
  
Roman Rakus 245501
  #endif /* _PATCHLEVEL_H_ */