this can be released as mksh-R26c, works on Solaris, Interix (whose Perl

is too old for the testsuite), Debian and of course MirOS
This commit is contained in:
tg 2006-01-29 20:56:55 +00:00
parent e7f1c2c8c1
commit eb33e02f8e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.36 2005/11/22 18:40:40 tg Exp $
# $MirOS: src/bin/mksh/check.t,v 1.37 2006/01/29 20:56:54 tg Exp $
# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $
# $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
@ -3736,5 +3736,5 @@ category: pdksh
stdin:
echo $KSH_VERSION
expected-stdout:
@(#)MIRBSD KSH R26 2005/11/22
@(#)MIRBSD KSH R26 2006/01/29
---

4
main.c
View File

@ -6,9 +6,9 @@
#define EXTERN /* define EXTERNs in sh.h */
#include "sh.h"
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.32 2006/01/29 20:04:52 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.33 2006/01/29 20:56:55 tg Exp $");
#define MKSH_VERSION "@(#)MIRBSD KSH R26 2005/11/22"
#define MKSH_VERSION "@(#)MIRBSD KSH R26 2006/01/29"
extern char **environ;