Dixi quod…

>I’ll change this to not abort for interactive shells then.

Actually, I cannot reproduce that it causes an interactive
shell to exit, neither like this…

tg@blau:~ $ mksh -ic 'unset KSH_VERSION; echo $?,foo'; echo $?
mksh: read-only: KSH_VERSION
1,foo
0
tg@blau:~ $ mksh -lc 'unset KSH_VERSION; echo $?,foo'; echo $?
Agent pid 30022
mksh: read-only: KSH_VERSION
1,foo
0

… nor by typing it.

Are you on NetBSD and is this maybe related to the SIGINT issue?

bye,
//mirabilos
-- 
> Hi, does anyone sell openbsd stickers by themselves and not packaged
> with other products?
No, the only way I've seen them sold is for $40 with a free OpenBSD CD.
        -- Haroon Khalid and Steve Shockley in gmane.os.openbsd.misc

Reply via email to