summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-02-25 17:06:51 -0800
committerMatt Wrock <matt@mattwrock.com>2016-02-25 17:06:51 -0800
commitfdb51ecd21616ede3964898289f889b92e49a6a1 (patch)
tree304cf9a2c9840c58fa93d20daf0e041596c43643
parent1cf4e878bf8609fafb76fa2097feb65595aacc4f (diff)
downloadchef-readline.tar.gz
removing disabling of readline in chef-shellreadline
-rwxr-xr-xbin/chef-shell3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/chef-shell b/bin/chef-shell
index f4e8307dd1..4d9300ebb7 100755
--- a/bin/chef-shell
+++ b/bin/chef-shell
@@ -31,7 +31,4 @@ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")))
require "chef/shell"
-# On Windows only, enable irb --noreadline because of input problems --
-# See CHEF-3284.
-IRB.conf[:USE_READLINE] = false if Chef::Platform.windows?
Shell.start