diff --git a/check.t b/check.t index fb61cfd..a2fba59 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.380 2010/07/11 11:17:29 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.381 2010/07/13 13:12:28 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 $ @@ -25,7 +25,7 @@ # http://www.research.att.com/~gsf/public/ifs.sh expected-stdout: - @(#)MIRBSD KSH R39 2010/07/11 + @(#)MIRBSD KSH R39 2010/07/13 description: Check version of shell. stdin: diff --git a/mksh.1 b/mksh.1 index e3eb68a..f4c143f 100644 --- a/mksh.1 +++ b/mksh.1 @@ -1,5 +1,5 @@ -.\" $MirOS: src/bin/mksh/mksh.1,v 1.229 2010/07/13 13:07:56 tg Exp $ -.\" $OpenBSD: ksh.1,v 1.134 2010/05/10 21:04:54 jmc Exp $ +.\" $MirOS: src/bin/mksh/mksh.1,v 1.230 2010/07/13 13:12:30 tg Exp $ +.\" $OpenBSD: ksh.1,v 1.135 2010/07/12 16:26:45 jmc Exp $ .\"- .\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 .\" Thorsten Glaser @@ -595,8 +595,8 @@ are only recognised if they are unquoted and if they are used as the first word of a command (i.e. they can't be preceded by parameter assignments or redirections): .Bd -literal -offset indent -case else function then ! -do esac if time [[ +case else function then ! ( +do esac if time [[ (( done fi in until { elif for select while } .Ed diff --git a/sh.h b/sh.h index 5c48f1f..eb0e669 100644 --- a/sh.h +++ b/sh.h @@ -150,9 +150,9 @@ #endif #ifdef EXTERN -__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.396 2010/07/11 11:17:32 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.397 2010/07/13 13:12:32 tg Exp $"); #endif -#define MKSH_VERSION "R39 2010/07/11" +#define MKSH_VERSION "R39 2010/07/13" #ifndef MKSH_INCLUDES_ONLY