Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!GIBBS.PHYSICS.PURDUE.EDU!ray From: ray@GIBBS.PHYSICS.PURDUE.EDU (Ray Moody) Newsgroups: gnu.bash.bug Subject: echo -n doesn't work Message-ID: <8908012159.AA00514@gibbs.physics.purdue.edu> Date: 1 Aug 89 21:59:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 28 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;