From 306181bc4e93a39a8eac22ceb09a560559e9703e Mon Sep 17 00:00:00 2001 From: tg Date: Thu, 7 Jul 2005 13:08:28 +0000 Subject: [PATCH] this is unportable etc., use mksh instead --- main.c | 6 +++--- tests/version.t | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main.c b/main.c index a088c56..82b798b 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/** $MirOS: src/bin/ksh/main.c,v 1.1.7.1 2005/03/06 15:42:54 tg Exp $ */ +/** $MirOS: src/bin/ksh/main.c,v 1.2 2005/05/21 16:36:53 tg Exp $ */ /* $OpenBSD: main.c,v 1.35 2004/12/22 18:57:28 otto Exp $ */ /* @@ -15,10 +15,10 @@ * shell version */ -__RCSID("$MirOS: src/bin/ksh/main.c,v 1.1.7.1 2005/03/06 15:42:54 tg Exp $"); +__RCSID("$MirOS: src/bin/ksh/main.c,v 1.2 2005/05/21 16:36:53 tg Exp $"); const char ksh_version[] = - "@(#)PD KSH v5.2.14 MirOS R20 in " + "@(#)PD KSH v5.2.14 MirOS R20u in " #ifdef MIRBSD_NATIVE "native " #endif diff --git a/tests/version.t b/tests/version.t index 30d32a3..aa4ddbe 100644 --- a/tests/version.t +++ b/tests/version.t @@ -5,5 +5,5 @@ category: pdksh stdin: echo $KSH_VERSION expected-stdout-pattern: - /PD KSH v5\.2\.14 MirOS R20 in (native )?KSH mode( as mksh)?/ + /PD KSH v5\.2\.14 MirOS R20u in (native )?KSH mode( as mksh)?/ ---