fix bug exhibited by t0000-basic.sh introduced in R38 shortly before the

release: sometimes, a “cd -P” would cause memory corruption because lalloc
internal data was overwritten due to accidentally losing a “continue;”
This commit is contained in:
tg
2009-05-31 15:10:07 +00:00
parent cda3cc93f1
commit 16c47bbe91
3 changed files with 10 additions and 10 deletions

4
sh.h
View File

@ -122,9 +122,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.304 2009/05/27 19:52:38 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.305 2009/05/31 15:10:07 tg Exp $");
#endif
#define MKSH_VERSION "R38 2009/05/27"
#define MKSH_VERSION "R38 2009/05/31"
#ifndef MKSH_INCLUDES_ONLY