bc9e185
diff -up ksh-20120801/src/cmd/ksh93/sh/init.c.nomulti ksh-20120801/src/cmd/ksh93/sh/init.c
bc9e185
--- ksh-20120801/src/cmd/ksh93/sh/init.c.nomulti	2013-10-08 20:46:46.202471042 +0200
bc9e185
+++ ksh-20120801/src/cmd/ksh93/sh/init.c	2013-10-08 20:46:57.912331483 +0200
bc9e185
@@ -1446,7 +1446,6 @@ Shell_t *sh_init(register int argc,regis
bc9e185
 #endif /* SHOPT_TIMEOUT */
bc9e185
 	/* initialize jobs table */
bc9e185
 	job_clear();
bc9e185
-	sh_onoption(SH_MULTILINE);
bc9e185
 	if(argc>0)
bc9e185
 	{
bc9e185
 		/* check for restricted shell */