be more robust against things like Debian #535970

reverts and rewrites the code from cid 10047C1EBA57E4F4AF0

XXX find out if this is done right
This commit is contained in:
tg
2009-07-06 15:06:25 +00:00
parent 0b4b689c92
commit f349aeab3c
4 changed files with 82 additions and 11 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.311 2009/07/05 13:56:48 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.312 2009/07/06 15:06:25 tg Exp $");
#endif
#define MKSH_VERSION "R38 2009/07/05"
#define MKSH_VERSION "R38 2009/07/06"
#ifndef MKSH_INCLUDES_ONLY