From d70cfd3310eab37534a601d954ff41fcf7cdf772 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 7 Mar 2008 09:44:28 +0000 Subject: 24696: turn off MULTIBYTE by default in sh emulation --- Src/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/options.c') diff --git a/Src/options.c b/Src/options.c index 14b730ea5..753a9cb36 100644 --- a/Src/options.c +++ b/Src/options.c @@ -173,7 +173,7 @@ static struct optname optns[] = { {{NULL, "monitor", OPT_SPECIAL}, MONITOR}, {{NULL, "multibyte", #ifdef MULTIBYTE_SUPPORT - OPT_ALL + OPT_EMULATE|OPT_ZSH|OPT_CSH|OPT_KSH #else 0 #endif -- cgit 1.4.1