15805759 SUNBT7186440 ksh93: an initial pound sign (#) no longer treated as comment but s
authorTomas Klacko <tomas.klacko@oracle.com>
Mon, 12 Nov 2012 03:31:12 -0800
changeset 1045 2dbef0a33dc7
parent 1044 ab6b15638457
child 1046 e3933bf2fce6
15805759 SUNBT7186440 ksh93: an initial pound sign (#) no longer treated as comment but s
components/ksh93/Makefile
components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch
--- a/components/ksh93/Makefile	Fri Nov 09 13:12:25 2012 -0800
+++ b/components/ksh93/Makefile	Mon Nov 12 03:31:12 2012 -0800
@@ -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)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ksh93/patches/CR7186440_ksh93_disable_predictive_editing.patch	Mon Nov 12 03:31:12 2012 -0800
@@ -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 */
+