sync; fold oksh-seterror test into errexit-*; use print not printf

This commit is contained in:
tg
2009-03-22 18:28:35 +00:00
parent abba28e8b1
commit 62b28858d4
4 changed files with 21 additions and 24 deletions

4
sh.h
View File

@@ -102,9 +102,9 @@
#define __SCCSID(x) __IDSTRING(sccsid,x)
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.282 2009/03/22 17:47:38 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.283 2009/03/22 18:28:35 tg Exp $");
#endif
#define MKSH_VERSION "R36 2009/03/17"
#define MKSH_VERSION "R36 2009/03/22"
#ifndef MKSH_INCLUDES_ONLY