17533968 ksh93 uprev to latest community version (fix build) s11u3-sru 0.175.3.9.0.3.0 S11.3SRU9.3
authorLijo George<lijo.x.george@oracle.com>
Thu, 02 Jun 2016 16:18:07 -0700
branchs11u3-sru
changeset 6126 4c9442ffa570
parent 6124 0a6b764b6ad6
child 6146 a087085992c3
17533968 ksh93 uprev to latest community version (fix build)
components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch	Thu Jun 02 16:18:07 2016 -0700
@@ -0,0 +1,12 @@
+--- a/src/cmd/ksh93/Makefile
++++ b/src/cmd/ksh93/Makefile
+@@ -28,7 +28,7 @@ SHOPT_COSHELL == 1		/* build with connection to coshell */
+ SHOPT_CRNL ==			/* accept <cr><nl> for <nl> */
+ SHOPT_DYNAMIC == 1		/* dynamic loading for builtins */
+ SHOPT_ECHOPRINT ==		/* make echo equivalent to print */
+-SHOPT_EDPREDICT == 1		/* predictive editing  */
++SHOPT_EDPREDICT == 0		/* predictive editing  */
+ SHOPT_ESH == 1			/* emacs/gmacs edit mode */
+ SHOPT_FILESCAN == 1		/* fast file scan */
+ SHOPT_FIXEDARRAY == 1		/* fixed dimension indexed array */
+