From b65a7f7f9e0e91db46d6ebc9a6ad54de6e896cef Mon Sep 17 00:00:00 2001 From: tg Date: Sat, 20 Sep 2008 19:18:00 +0000 Subject: [PATCH] =?UTF-8?q?bump=20mksh=20patchlevel=20for=20today=E2=80=99?= =?UTF-8?q?s=20sorta-tested=20half-done=20changes,=20with=20more=20to=20fo?= =?UTF-8?q?llow=20(see=20),=20as=20I=20probably=20am=20not=20going=20to=20hack=20any?= =?UTF-8?q?=20more=20tonight?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check.t | 4 ++-- sh.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/check.t b/check.t index 9f274a1..e6bdca2 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.223 2008/09/19 10:41:55 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.224 2008/09/20 19:17:59 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 R35 2008/09/17 + @(#)MIRBSD KSH R35 2008/09/20 description: Check version of shell. stdin: diff --git a/sh.h b/sh.h index 496a8b5..ff01d45 100644 --- a/sh.h +++ b/sh.h @@ -100,9 +100,9 @@ #define __SCCSID(x) __IDSTRING(sccsid,x) #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.232 2008/09/17 19:31:30 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.233 2008/09/20 19:18:00 tg Exp $"); #endif -#define MKSH_VERSION "R35 2008/09/17" +#define MKSH_VERSION "R35 2008/09/20" #ifndef MKSH_INCLUDES_ONLY