fix regression escaping single-char strings

This commit is contained in:
tg
2012-01-04 19:09:36 +00:00
parent 801fdb10ca
commit ac29bad3fe
3 changed files with 30 additions and 9 deletions

4
sh.h
View File

@@ -152,9 +152,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.518 2012/01/03 01:01:44 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.519 2012/01/04 19:09:36 tg Exp $");
#endif
#define MKSH_VERSION "R40 2012/01/03"
#define MKSH_VERSION "R40 2012/01/04"
/* arithmetic types: C implementation */
#if !HAVE_CAN_INTTYPES