From 9a3d76d0ca06356b321e67c58e11642a808e031b Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 13 Feb 2013 16:19:15 +0000 Subject: [PATCH] ash: default to an editing mode . otherwise line editing is not initialized at all Change-Id: I4b1aa5659720b1fd955ab0450b111085dcdc9dee --- commands/ash/options.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/ash/options.c b/commands/ash/options.c index c93ca2be1..23de71409 100644 --- a/commands/ash/options.c +++ b/commands/ash/options.c @@ -121,6 +121,9 @@ procargs(int argc, char **argv) shellparam.nparam++; argptr++; } +#ifdef __minix + if(!Eflag && !Vflag) Eflag = 1; +#endif optschanged(); } -- 2.44.0