this is mksh, benzday edition (2006/12/07)

last code change was on 12/06
This commit is contained in:
tg 2006-12-11 16:09:49 +00:00
parent 15a0b1a021
commit 1f6ba50590
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $MirOS: src/bin/mksh/check.t,v 1.75 2006/11/19 16:43:41 tg Exp $
# $MirOS: src/bin/mksh/check.t,v 1.76 2006/12/11 16:09:49 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 $
@ -7,7 +7,7 @@
# http://www.research.att.com/~gsf/public/ifs.sh
expected-stdout:
@(#)MIRBSD KSH R29 2006/11/19
@(#)MIRBSD KSH R29 2006/12/07
description:
Check version of shell.
category: pdksh

4
sh.h
View File

@ -8,8 +8,8 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.87 2006/12/06 13:46:28 tg Exp $"
#define MKSH_VERSION "R29 2006/11/19"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.88 2006/12/11 16:09:49 tg Exp $"
#define MKSH_VERSION "R29 2006/12/07"
#if HAVE_SYS_PARAM_H
#include <sys/param.h>