components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch
changeset 4196 d697072a92f5
parent 4195 d88c5d15a4af
child 4197 67d7270f6817
equal deleted inserted replaced
4195:d88c5d15a4af 4196:d697072a92f5
     1 --- a/src/cmd/ksh93/Makefile
       
     2 +++ b/src/cmd/ksh93/Makefile
       
     3 @@ -28,7 +28,7 @@ SHOPT_COSHELL == 1		/* build with connection to coshell */
       
     4  SHOPT_CRNL ==			/* accept <cr><nl> for <nl> */
       
     5  SHOPT_DYNAMIC == 1		/* dynamic loading for builtins */
       
     6  SHOPT_ECHOPRINT ==		/* make echo equivalent to print */
       
     7 -SHOPT_EDPREDICT == 1		/* predictive editing  */
       
     8 +SHOPT_EDPREDICT == 0		/* predictive editing  */
       
     9  SHOPT_ESH == 1			/* emacs/gmacs edit mode */
       
    10  SHOPT_FILESCAN == 1		/* fast file scan */
       
    11  SHOPT_FIXEDARRAY == 1		/* fixed dimension indexed array */
       
    12