mirbsdksh 1.12

This commit is contained in:
tg
2004-08-27 14:29:55 +00:00
parent d222647516
commit 1a71943d5a
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ category: pdksh
stdin: stdin:
echo $KSH_VERSION echo $KSH_VERSION
expected-stdout: expected-stdout:
@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.11 $ @(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.12 $
--- ---

View File

@@ -1,4 +1,4 @@
/* $MirBSD: version.c,v 1.11 2004/06/03 12:30:39 tg Exp $ */ /** $MirBSD: version.c,v 1.12 2004/08/27 14:29:54 tg Stab $ */
/* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ /* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */
/* /*
@@ -8,4 +8,4 @@
#include "sh.h" #include "sh.h"
const char ksh_version[] = const char ksh_version[] =
"@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.11 $"; "@(#)PD KSH v5.2.14 99/07/13.2 MirOS $Revision: 1.12 $";