This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Make check fails with bash-2.03


Andreas Jaeger writes:
 > Here's a patch:
 > *** subst.c~   Fri May 14 13:20:49 1999
 > --- subst.c     Mon May 24 11:30:37 1999
 > ***************
 > *** 4972,4976 ****
 >       if (*temp1 != ''&& *temp1 != '\t'&& *temp1 != '\n')
 >   #endif
 > !       ifscmap[*temp1] = 1;
 >   
 >     /* Begin the expansion. */
 > --- 4972,4976 ----
 >       if (*temp1 != ''&& *temp1 != '\t'&& *temp1 != '\n')
 >   #endif
 > !       ifscmap[(unsigned char)*temp1] = 1;
 >   
 >     /* Begin the expansion. */
 > 

Thanks a lot. It seems to work now.

Regards,
	Marcus
-- 
	  Some operating systems are called `user friendly',
		  UNIX however is `expert friendly'.

    Marcus Harnisch <mailto:marcus@harnisch.isdn.cs.tu-berlin.de>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]