Tomas Klacko
2012-11-12 7af828a4f870de4481283cad658c5e8eecff58ce
15805759 SUNBT7186440 ksh93: an initial pound sign (#) no longer treated as comment but s
1 files added
1 files modified
15 ■■■■■ changed files
components/ksh93/Makefile 3 ●●●● patch | view | raw | blame | history
components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch 12 ●●●●● patch | view | raw | blame | history
components/ksh93/Makefile
@@ -72,7 +72,8 @@
                     CR7019368.patch CR6729252.patch \
                     MAP_TYPE_64_Bits.patch CR7167466.patch \
                     CR7168611.patch CR7178717.patch \
                     CR7175995.patch
                     CR7175995.patch \
                     CR7186440_ksh93_disable_predictive_editing.patch
# Fixup HOSTTYPE to match uname output and bits
HOSTTYPE32=sol11.$(shell uname -p)
components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch
New file
@@ -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 */