[gnu.bash.bug] echo -n doesn't work

ray@GIBBS.PHYSICS.PURDUE.EDU (Ray Moody) (08/02/89)

    Echo -n does not work.

								Ray
-------------------------------------------------------------------------------
RCS file: RCS/builtins.c,v
retrieving revision 1.2
diff -c -r1.2 builtins.c
*** /tmp/,RCSt1000502	Tue Aug  1 16:57:23 1989
--- builtins.c	Tue Aug  1 16:56:43 1989
***************
*** 979,985
        while (*temp)
  	{
  	  if (*temp == 'n')
! 	    display_return == 0;
  #ifdef V9_ECHO
  	  else if (*temp == 'e')
  	    do_v9 = 1;

--- 979,985 -----
        while (*temp)
  	{
  	  if (*temp == 'n')
! 	    display_return = 0;
  #ifdef V9_ECHO
  	  else if (*temp == 'e')
  	    do_v9 = 1;